@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #DBDCC7;
	background-color: black;
}
a {
	font-size: 12px;
	font-weight:bold;
	border:medium;
	color: #DBDCC7;
         border: 2px groove rgb(0,0,0);
         white-space: pre;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DBDCC7;

}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
	font-size:16px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}