body 
{
	font-family: Arial, Helvetica, sans-serif;
}

body,td,th 
{
	font-family: Georgia;
	font-size: 12px;
	color: #042D65;
}

body 
{
	background-image: url(../gfx/1_3.jpg);
}


a:link 
{
	font-family: Georgia;
	font-size: 12px;
	color: #042D65;
	text-decoration: underline;
}

a:visited 
{
	font-family: Georgia;
	font-size: 12px;
	color: #042D65;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
	color: blue;
}

a:active 
{
	text-decoration: underline;
	color: #042D65;
}