body {
background-color: black;
color: white;
}


#aboutus_container { 
	background-color: black;
}

#infotable {
	font-family: Verdana;
	font-size: 13;
	width: 860px;
	height: 475px;
	border-spacing: 0px;
	text-align: left;
	opacity: 0;
}

#infotable td {

	padding-right: 30px;
	
}

p {

	margin-top: 0;
	margin-bottom: 10px;


}

a:link              { color:white; text-decoration:none; outline: none;}
a:visited           { color:white; text-decoration:none; outline: none;}
a:hover             { color:white; text-decoration: underline; outline: none;}
a:active            { color:white; text-decoration:none; outline: none;}
a:focus             {-moz-outline-style: none;}
a img 		        {border: none;}