body {
margin: 0px;
background: rgb(159, 159, 159);
font-family: verdana, Arial;
font-size: 10px;
}
table {
background: rgb(255, 233, 0);
font-family: verdana, Arial;
font-size: 10px;
border: 1px solid rgb(0, 0, 0);
}
a:link    { text-decoration: none;
	    color: #000000
	  }

a:visited { text-decoration: none;
	    color: #000000
	  }

a:active  { text-decoration: none;
	    color: #666633
	  }

a:hover   { color: #666633
	  }
