#menu    {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#menu:hover    {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

.inputcontact {
  border:     thin solid #000000;
}

body    {
	font-family: Arial,sans-serif;
	font-size: 14pt;
}
.desc    {
	font-family: Arial,sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: purple;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: maroon;
}

.header {
  font-size:  large;
  color:      #FFFFFF;
}
.norm {
  font-size:  x-small;
}
.waubox_row {
  border:     thin dotted #000000;
  width:      400;
  text-align: left;
  padding:    5px 5px 5px 5px;
  margin:     5px 5px 5px 5px;
}
