

body {
  height: 100%; 
  width: 100%;
  text-align: center; 
  margin: 0 auto; 
  font-family:       'Trebuchet MS', Helvetica,Geneva,Swiss,'SunSans-Regular';        
  color:             #777777;  
  font-size:         12px;
  background-color:  #e6f2eb
}

p{
  margin: 0;
  padding: 0 0 30px 0;
  font-family:       Arial;        
  color:             #777777;  
  font-size:         13px;
  font-weight:        normal;
  text-align:         left;
}

#maintable {
	margin-left:80px;
}

a:link { color:#777777; text-decoration:none; }
a:visited { color:#777777; text-decoration:none; }
a:hover {  color:#777777; text-decoration:underline; }

