body { 
	font-family: Verdana; 
	font-size: 12pt;
	background-color: #000000;
	color: #FFFFFF;
 }

a:link { 
	color: #FFFFFF;
	text-decoration:none;
	font-family: Verdana; 
	font-size: 12pt;
 }

a:hover { text-decoration: underline; }





.total { 
	background-color: #000000;
	width: 700px;	
}

.logo {background-color: #000000;
}

.links {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	position:absolute;
	left: 150px;
	top:150px;}

.content {
	background-color: #000000;
	width:500px;
	border-right: 2px dotted #FFFFFF;
}

.sidebar {
	background-color: #000000;
	width:200px;
	position:absolute;
	left: 510px;
	top: 205px;
}