body, td, tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #333333;
}
body {
	padding          : 0px;
	font-size        : 10px;
	margin		     : 0px;
	leftmargin       : 0px;
}

.menu{

  display			: block ;
  height : 30px;
  width : 130px;
  align :center;
  line-height:30px;
    font-size        : 10px;
  font-weight      : bold;

}
a.menu:link, a.menu:visited { 
  color            : #333333;
  text-decoration  : none;
  
}
a.menu:hover {
  color            : #333333;
  text-decoration  : underline;
}


a:link, a:visited { 
  font-size        : 10px;
  color            : #0033CC;
  text-decoration  : none;
  font-weight      : bold;
}
a:hover {
  font-size        : 10px;
  color            : #FEDD14;
  text-decoration  : none;
  font-weight      : bold;
}
