@charset "utf-8";

body{
	background-color:#CCC;
	
}
#ModuleDisplay{
	border:1px;
	border-style:solid;
	border-color:#BBB;
	width:1024px;
	height:768px;
	overflow:hidden;
	
}
a:link {
	color:#006699;
	font-variant:
	
}
a:visited {
	color: #003366;
	text-decoration:underline;
}
a:hover {
	color: #006699;
	text-decoration:underline;

}
a:active {
	color: #003366;
	text-decoration:underline;
}