A:link{
text-decoration:none;
color:#fff;
background:#006;
}

A:visited{
text-decoration:none;
color:#fff;
background:#006;
}

A:active{
text-decoration:underline;
color:#00f;
background:#006;
}

A:hover{
text-decoration:underline;
color:#fff;
background:#00f;
}

A:focus{
text-decoration:underline;
color:#fff;
background:#00f;
}
body
{
	font-family: Arial, Helvetica, Sans Serif;
	background-color: rgb(000,000,102);
	color: rgb(255,255,255);
	SCROLLBAR-FACE-COLOR: #000080; 
}
pre
{
	font-family: Arial, Helvetica, Sans Serif;
	background-color: rgb(000,000,102);
	color: rgb(255,255,255);
	SCROLLBAR-FACE-COLOR: #000080; 
}
