@charset "utf-8";
/* CSS Document */

body	
	{
	background-color:#CC9900;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
td
	{
	font-family:tahoma; arial, sans-serif;
	font-size:11px;
	}
#headlines
	{
	font-weight:bold;
	font-size:12px;
	}
#paras
	{
	font-size:11px;
	}
#about
	{
	background-color:#FFFFFF;
	font-size:11px;
	border:#663300 1px solid;
	margin-top:10px;
	margin-bottom:10px;
	}
#items
	{
	list-style:none;
	font-size:11px;
	}
#topten
	{
	font-size:11px;
	}
li
	{
	margin-bottom:6px;
	}
#whatsthis
	{
	color:#CC9900;
	font-weight:bold;
	text-decoration:underline;
	}
#prefoot
	{
	text-align:center;
	color:#666666;
	font-size:10px;
	width:100%;
	}
#prefoot a
	{
	text-align:center;
	color:#990000;
	font-size:10px;
	width:100%;
	}
#footer
	{
	text-align:center;
	color:#666666;
	font-size:9px;
/*	position:absolute;
    bottom:0;*/
	width:100%;
	}
a
	{
	color:#CC9900;
	text-decoration:none;
	}
a:hover
	{
	text-decoration:underline;
	}
