html {
 	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	margin            : 0;
	padding           : 0;
		}

body	{
	color             : #FFF;
	background-color  : #B2A67C;
	margin            : 0;
	padding           : 0;
	font-size         : 76%;
}
td	{
		}

#logo {
	position: absolute;
	top: 20px;
	left: 20px;
}
.topics {
	position: absolute;
	top: 120px;
	left: 20px;
}
.content {
	width:500px;
	}

a  {
	text-decoration   : underline;
	color             : #fff; 
}
a:hover  {
	text-decoration   : underline;
	color             : #000; 
}