/* CSS Document */

/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #000000;
	margin-bottom: 20px;
	top: 2pt;
}

h1 {
	font-size: x-large;
	color: #FF9900;
}

a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: blink;
	color: #FD870B;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a:active {
	text-decoration: none;
	color: #999999;
}

