body, p, td { font-size: 13px;
  font-family: verdana, arial, helvetica, sans; }
	
body { background-color: #f7f2df; }
	
a:link { color: darkslateblue; 
  font-weight: bold; }
a:visited { color: darkslateblue;
  font-weight: bold;  }
a:active, a:hover { color: steelblue;
  font-weight: bold;  } 

h1 { font-size: 22px; 
  color: #003366; }

th { font-size: 13px;
  text-align: left; }

.rightImage { float:right;
  padding: 5px; }
  
.leftImage { float:left; 
	padding: 5px; }

textarea { border: 1px solid lightsteelblue;
  padding: 5px; 
  font-family: arial;  }
	
.smalltext { font-size: 10px }
  
