/* CSS Document */

/* css copyright by info-art */
body {
	font: 11px/1.0 Georgia, Times New Roman, Times, serif;
	color: #FFFF99;
	padding-top:10px;
	margin:0px;
	background-color: #000033;
}



a:link,  a:visited {
					color:#FFFF99;
					text-decoration: underline;
					font-weight: bold;
					}
a:focus {
					color: #FFFF99;
					text-decoration: none;
					font-weight: bold;
					}	
a:hover {
					color: #FFFFFF;
					text-decoration: underline;
					font-weight: bold;
					}
a:active {
					color: #FFFF99;
					text-decoration: none;
					font-weight: bold;
					}
