/* CSS Document */

html{
	width:100%;
	height:100%;
}

body{
	margin:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	background-color:#000;
	color:#999999;
	width:100%;
	height:100%;
}


a{
	text-decoration:none;
	color:#6CF;
}

a:hover{
	color:#FF9;
}

img{
	border:0px;
}

p{
	margin:0 0 5px 0;
}
