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

