@charset "utf-8";
/* CSS Document */

html, body{
	height: 100%;
}
body {
	background-color: #000000;
	margin: 0px;
}
body {
	color: #ffffff;
	font-family: georgia, serif;
	font-size: 13px;
	text-align: center; 
	color: #ffffff; 
}

h1 { 
	font-size: 24px;
	color: #999999;
}

p
{ 
	line-height: 18px;
}

img
{
	padding: 50px 0px 0px 0px;
}

a 
{ 
	color: #ffffff; 
	text-decoration: underline; 
}
a:hover
{ 
	color: #FFCC00; 
	text-decoration: underline; 
}

p.highlight
{
	color: #999999;
}

