body {

background: #666;

}

#main {

width: 780px;
margin: auto;
border: 1px solid #000;
background: #fff;

}

p, td {

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;

}

a.nav:link, a.nav:visited
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #006;
}

a.nav:hover {
text-decoration: underline;
color: #900;
}

#content {

padding: 0px 10px 0px 10px;

}

h1, h2, h3, h4, h5, h6 {

font-weight: bold;
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;

}