/* CSS Document */
a:link {color: #990000; text-decoration:none}
a:visited {color: #990000; text-decoration:none}
a:hover {color: #FF6600; text-decoration:underline; cursor:hand}
a:active {color: #000099; text-decoration:none}
body {
	left: 0px;
	top: 0px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #000000;



}
h1 {
	font-size: 120%;
}
