body {		background : White;		font : 11px verdana, arial, helvetica, sans-serif;		color : #333;	}	#title {		margin-left : 15px;		margin-right : 15px;		font : bold 1.3em Georgia, serif;		letter-spacing : 3px;		margin-top : 35px;		margin-bottom : 35px;		border-bottom : 1px solid #cc0099;		color : #666666;	}	#links {		width : 150px;		padding : 0px 10px 0px 0px;		margin-left : 15px;		text-align : right;		border-right : 1px solid #cc0099;		float : left;		color : #333333;			}	#content {		margin-right : 15px;		margin-left : 200px;		line-height : 1.3em;	}	a:link {		color : #D15FEE;		text-decoration:none;	}	a:visited {		color : #CC0099;		text-decoration:none;	}		a:hover {		color : #EEE;		background-color : #c0c0c0;		text-decoration:none;	}.border {border: 2px solid black;}	.ahem {	display:	none;	}
