body
{
	margin: 0px;
	color: orange;
	background-repeat: repeat;
	letter-spacing: normal;
	background-color: white;
	text-align: center;
	text-decoration: none;
}

A:hover
{
	color: #336699;
	background-color: orange;
	text-decoration: none;
}

A:visited
{
	color: #e4e4ff;
	text-decoration: none;
}

A:link
{
	color: #e4e4ff;
	text-decoration: none;
}
TABLE
{
    margin:0px;
    text-align: center;
	font: 0.8em Verdana;
    width: 640px;
    height: 48px;
    background-image: url('header_top_bg.jpg');
    background-color: #336699;
}

