* {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color : white;
}

body {
background-color : #4B4B4B;
}

td.form1 {
text-align : center;
vertical-align : top;
}

table.form1 {
border: thin solid white;
}

a:hover {
color : green;
text-decoration : none;
}

input.mainoption {
  background-color: #FAFAFA;
  font-weight: bold;
  border: 1px solid black;
  color: black;
}

.high {
font-size:16px;
font-weight:bold;
}