BODY{
	color			:white;
	background-color:darkblue;
}

H1{
	color		:skyblue;
	line-height	:20pt;
	text-align	:center;
}
H2{
	color		:skyblue;
	font-weight	:lighter;
	line-height	:10pt;
	text-align	:center;
}

A:link		{text-decoration:none; color:white;}
:visited	{text-decoration:none; color:white;}
:active		{text-decoration:underline; color:white;}
:hover		{text-decoration:underline; color:#1e78ff;}
