
body
{
	margin: 0px;
	font: 1em Verdana;
	vertical-align: baseline;
	color: navy;
	letter-spacing: normal;
	background-color: white;
	text-align:left;
	text-decoration: none;
}

A
{
	font: 1em Verdana;
}
A:hover
{
	color: blue;
	background-color: orange;
	text-decoration: none;
}

A:visited
{
	color: blue;
	text-decoration: none;
}

A:link
{
	color: blue;
	text-decoration: none;
}
TABLE
{
    
	margin: 0px;
	font: 0.8em Verdana;
	color: navy;
	text-align: left;
	text-decoration: none;
	width: 640px;
	background-color: #e4e4ff;
	background-image: url('main_bg.jpg'); 
}

