@charset "UTF-8";
body  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #eeeeee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
p
{
font-size:0.9em;
}
.maillink

h1
{
font-size:1.2em;
color:#990000;
}
h2
{
font-size:1em;
color:#990000;

}
#menustrip
{
background-color:#bbbbbb;
}
#menustrip a
{
text-decoration:none;
font-size:0.8em;
font-weight:bold;
}
#menustrip a:link,#menustrip a:visited
{
color:#000000;
}
#menustrip a:hover
{
color:#990000;
text-decoration:none;
}
#menustrip a:active
{
text-decoration:none;
color:#000000;
}
#leftcol
{
padding:20px
}
#leftcol a
{
text-decoration:none;
}
#leftcol a:link,#leftcol a:visited
{
color:#990000;
}
#leftcol a:hover
{
color:navy;
}
#leftcol a:visited
{
color:#990000;
}

#rightcol
{
padding:20px;
}
.testimonial
{
font-style:italic;
}
.referee
{
font-weight:bold;
}
