td.outer {
height: 50px;
}

td.outer a  {
display: block;
margin: 0; padding:0;
width:100%; height:100%;
font-size: 12px;
font-weight: bold;
/*font-style: oblique;*/
color: #000000;
text-decoration: none;
/*text-align: center;*/
/*background-color: #F4F3F3;*/
}
	
td.outer a:hover {
background-color: #0000FF;
color: #FFFFFF;
}
