body {
   background-color: #999999;
   padding: 0px;
   font-family: verdana, arial, sans-serif;
   font-size: 12px;
   color: #000000;
}

select {
	font-family: verdana;
	font-size: 11;
}

input {
	font-family: verdana;
	font-size: 11;
}

a {
	font-weight: bold;
   color: #000000;
}
   
a:hover {
   color: yellow;
   text-decoration: none;
}
