.nav {
width: 134px;
height: 25px;
padding-top: 5px;
text-decoration: none;
text-align: center;
background-color: #ffff99;
background-repeat: no-repeat;
background-position: center;
font-family: arial;
font-size: 10pt;
font-weight: bold;
color: black;
display: table;
}

table.test {
	  border-left-color:#616060;
	  border-left-style:solid;
	  border-left-width:1px;
	  border-top-color:#616060;
	  border-top-style:solid;
	  border-top-width:1px;
	  border-right-color:#616060;
	  border-right-style:solid;
	  border-right-width:1px;
	  border-bottom-color:#616060;
	  border-bottom-style:solid;
	  border-bottom-width:1px;
	 }
	 
div.yellow {
	  color:#FFE22E;
	 }

div.size {
	  font-size:14 pt;
	 }
	 
body{
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
background-color: #FFE22E;
font-family: arial, verdana, times new roman;
}

a.url {
	color: Black;
	font-size:12 pt;
}

a.url:visited {
	color: Gray;
	font-size:12 pt;
}
