body
{
   font-size: 75%;
   font-family: "Times New Roman", Times, serif;
   margin: 0;
   padding: 0;
   background-image: none;
}

#content
{
   padding: 10px;
}

#maintext
{
   background-color: #fff;
   color: #333333;
}

/* links */

a:link {
	color: #a4d3d0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a4d3d0;
}

.footer {
   font: small "Times New Roman", Times, serif;
   color: #333333;
}
