a:link
{
	color: rgb(225,225,225); 
}
a:visited
{
	color: rgb(225,225,225); 
} 
a:active 
{
	color: rgb(255,00,00);
}
body
{
	max-width: 900px;
	font-family: arial, sans serif;
	background-color: rgb(0,0,102);
	color: rgb(255,255,255);
}

}
h1, h2, h3, h4, h5, h6
{
	color: rgb(255,255,255);
}

