table table {
    border: 1px solid #000;   
	width: 100%;	
}

table table td { 
   width: 33%;
   vertical-align: top;  
   font-family: Arial, sans-serif;
   font-size: 1em;  
   padding: 10px 5px 10px 9px;
   line-height:1.3em;
 }
 table table th {
    width: 33%;
    font-size: 1.1em;
	background: #000;
	color: #CCC;
	text-align:left;
	padding: 2px 2px 2px 9px;
}

table table td ul {
	list-style: none;	
}

#content table  p {
    font-weight: bold;
	margin:1% 0 0 0 ;
}

table a {	
	color: #93C;	
}
table a:hover {
	color: #F06;
}







