﻿body 
{
	margin: 20px, 0px 0px 0px;
	font-family: Verdana;
	font-size: 8px; 
}
table
{
  font-family  : Verdana;
  font-size: 11px;
  
}
 .menuItem
{      
  font-family: verdana;
  font-weight: normal;
  font-size: 11px;
  text-align : left;
  vertical-align: middle;
  color: black;
  line-height:14px;
 }
.submenuItem
{
 font-family : verdana;
 font-weight: normal;
 font-size: 11px;
 text-align: left;
 vertical-align: middle;
 text-decoration:none;
 line-height: 14px;
 margin-left: 10px;
}
 
 a.submenuItem {color:black; text-decoration: none;}
 a.submenuItem:hover {color:red; text-decoration:none;}

 a.menuItem {color:black; text-decoration: none;}
 a.menuItem:hover {color:red; text-decoration:none;}
