a:link
{
	color: rgb(255,255,153);
	text-decoration: none;
	background-color: rgb(0,0,105); 
}
a:visited
{
	color: rgb(155,253,155);
	text-decoration: none; 
} 
a:active 
{
	color: rgb(255,51,255);
	text-decoration: none;
}
a:hover
{
  color: rgb(0,0,127);
	font-weight: bold;
	background-color: rgb(255,255,255);
	text-decoration: none;
}
body
{
	font-family: Arial;
	background-color: rgb(0,0,105);
	color: rgb(255,255,153);
}
table
{
	table-border-color-light: rgb(51,51,0);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
}
h1
{
	color: rgb(255,255,153);
}
h2
{
	color: rgb(255,255,153); 
}
h3
{
	color: rgb(255,255,153); 
}
h4
{
	color: rgb(255,255,153);
}
h5
{
	color: rgb(255,255,153);
}
h6
{
	color: rgb(255,255,153);
}
