A:link {
	color:			#3030ff;
}
A:visited {
	color:			#3030ff;
}
A:active {
	color:			#3030ff;
}

HR {
	color:			#e0e0ff;
	height:			2px;
}		

.tab { 
	font-size:		12px;
	font-weight:		bold;

}
.tab A {
	color:			#8080ff;
	text-decoration:	none;
	background:		#ffffff;
}
.tab A:link {
	color:			#8080ff;
	text-decoration:	none;
	background:		#ffffff;
}
.tab A:visited {
	color:			#8080ff;
	text-decoration:	none;
	background:		#ffffff;
}
.tab A:active {
	color:			#8080ff;
	text-decoration:	none;
	background:		#ffffff;
}

TABLE.world {
	width:			100%;
	height:			100%;
	border:			0px;
}
TABLE.frame {
	width:			500px;
	height:			500px;
}
TABLE.contents {
	color:			#000000;
	width:			500px;
	height:			500px;
	background:		#f0f0ff;
	font-size:		12px;
}
TABLE.include {
	background:		#ffffff;
	font-size:		12px;
}

TD.box {
	color:			#000000;	
	border:			1px solid;	
	font-size:		12px;
}

#e1{
	color:			#000000;
	font-size:		14px;
	font-weight:		bold;
}
