BODY {
background: url(/background.jpg);
margin-left: 0; margin-top: 0
}

A  {
	color : #4d6be9;
	text-decoration : underline;
}

A:Visited  {
	color : #4d6be9;
	text-decoration : underline;
}

A:Active  {
	color :#000000;
	text-decoration : underline;
}

A:Hover  {
	color : #000000;
	text-decoration : none;
}


.pagetitle { font-family: arial; font-size: 20; font-style: bold; color: #4d6be9 }
