 body 
 {
  font-family: Verdana, Arial;
  font-size: 13px;
  color: white;
  text-decoration: none;
  text-align: justify;
  font-weight: 100;
  background-color: #8A8A8A
 }
 
 a:link
 {
  color: #D72626;
  text-decoration: none
 }

 a:hover
 {
  color: black;
  text-decoration: underline
 }
 
 a:active
  {
  color: black;
  text-decoration: underline
 }
 
 a:visited
 {
  color: #D72626;
  text-decoration: underline
 }
 
 table input
 {
 	width: 7em;
 }
 
 div#messageDIV 
 {
 	background-color:#FF0000;
 }
 
 div#messageDIV p
 {
 	padding: 10px;
	color: #fff;
	font-weight: bold;
 }
