/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	font-size: 24px;
	color: #660000;
	background-color: #000000;
}

a{
	text-decoration:none;
	font-size:12px;
	color: #000066;
}
a:hover{
	text-decoration: underline;
	color: #CACACA;
}

img{
	border: 0px none;
}