/*
 * Add your Stylesheet contents here
 */
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #101010;
    font-size: 12px;	
	font-family: sans-serif;
}
table {
		background-color: #000001;
}
td#head1{
		font-size: 14px;
		font-weight:bold;
		text-align:left;
		vertical-align:bottom;
}
a:link {
color: #AAAAAA;
border:none; }

a:hover {font-weight:bold; color: red;}

a img {
    border:none;
 }

tr#vlist{
	padding-top: 2px;
	vertical-align: top;
	border-top: solid 1px #222222;

}
td#txt{
	 width: 356px;
	 text-align: left;
	 font-size: 13px; 
}
td#ovilink{
	 text-align: center;
	 font-size: 18px; 
}
