﻿body 
{
	font-family:Verdana;
}
.table
{
	width:110px;
	color:#000000;
	background-color:Black;
	border:solid 1px #303030;
}
.th
{
	height: 15px;
	font-size: 12px;
	background-color: #000000;
	text-align: center;
}
.td
{
	background-color:#000000;
    text-align:center;
    width:110px;
    height:70px;
}	
.a
{
	color: #000000;
	font-size: 12px;
}
.a:hover
{
	color: White;
	font-size:12px;
	font-weight:bold;
}
