body { 
	font: 8pt/12pt georgia, sans-serif; 
	color: #c0c0c0; 
	margin: 0px; 
	}

#container {
	top:0;
	position: absolute;
	padding: 0px;
	left: 50%;
	margin-left: -250px;
	width: 506px;
	background-position: 0;
	background-color: transparent;
	}
p {	margin:10px 0 0 0; 	}

a:link { 
	text-decoration: none; 
	color: #fff;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #d4cddc;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #fff;
	}
