.menu {
	font-weight: bolder;
}

body {
	background-color: #A9D6EA;
   font-family: Verdana;
	font-size: 9px;
}

table {
	font-family: Verdana;
	font-size: 9px;
	border-width: 0;
	empty-cells: hide;
}

a:visited { text-decoration: none; color: #FF0000}
a:link    { text-decoration: none; color: #FF0000}
a:hover   { text-decoration: none; color: #800000}

input, textarea, select {
  font-family: Verdana;
  font-size: 10px;
  color: #FF0000;
  border: 1px #0000FF solid;
  background-color: #FFFFFF;
}

