

body {
	margin:25px 0px; padding:0px;
	text-align:center;
	font:	normal 0.75em Verdana, Arial, Helvetica, sans-serif;
	background-color:#8b2;	
	}
	
#Content {
	width:702px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px solid #000;
	background-color:#fff;
	}

td {
	font: normal 0.75em Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff	
}
a:link {
		text-decoration:underline;
		color:#c00;
		}

a:visited {
		text-decoration:underline;
		color:#c00;
		}
		
a:hover {
		text-decoration:underline;
		color:#000;
		}

a:visited:hover {
		text-decoration:underline;
		color:#000;
		}
		


