
body {
padding : 0;
margin : 0;
font : 0.74em Arial, sans-serif;
line-height : 1.5em;
background : black;
color : white;
font-size: 10px;

}

tr,td,p {color : white;
font-size: 10px;}


input
{
color: #000;
background: #fff;
border: 1px solid #eee;
font-size: 10px;
}

select 
{
color: #000;
background: #fff;
border: 1px solid #eee;
font-size: 10px;
}

#vote_radio
{
	color: #fff;
	background: #000;
	font-size: 10px;
	border: 0px;
}

.submit input
{
color: #fff;
background: #000;
border: 2px outset #eee;
font-size: 10px;
} 

#menu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	
	} 

#menu ul li {
	margin-left: 0;
	padding: 3px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	text-align: right;
	}

#icon a
{
	color: white;
	text-decoration: none;
}

a:link              { color:red; text-decoration:underline; }
a:visited           { color:red; text-decoration:underline; }
a:hover             { color:DarkRed; text-decoration:underline; }
a:active            { color:red; text-decoration:underline; }


p.copyright {text-align: middle; font-size: 10px;}