/* CSS Document */

html {
	height: 100%;
}

body   { background-color: #000000; margin-top: 5%; padding: 0; height: 100% }

.text { color: #999999; font-style: normal; font-size: 11px; font-family: Arial, Helvetica, Arial, sans-serif; 
}

a:link, a:visited {
	color: #999999; text-decoration: none;
	font-weight: normal;
}

a:hover {
	color:#999999;	text-decoration: none;
	font-weight: bold;
}

