
a:link     {color: rgb(51,102,153)  }

a:visited    { color: rgb(51,102,153)  }

a:active		{ color: rgb(251,136,0)  }

BODY 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	color: rgb(51,102,153);
	background-image: url(images/background.jpg);
}

