body,td,th {
        font-family: Arial;
        font-size: 12px;
        color: #CCCCCC;
}
body { 
        background-color: #000000;
        margin-top: 3px;
}
a:link {
        color: #CCCC99;
        text-decoration: none;
}
a:visited {
        text-decoration: none;
        color: #CCCC99;
}
a:hover {
        text-decoration: underline;
        color: #FF6600;
}
a:active {
        text-decoration: none;
}
.style1 {font-size: 10px}

/* Added by mattfarmer [dot] net -- START */
.nav,td {
	vertical-align: top;
}
.nav a {
	color: #d05200;
	line-height: 190%;
	font-size: 110%;
	font-weight: 900;
	text-transform: uppercase;
}
.footer {
	text-align:center;
}
h1, h2, h3 {
	font-family: Times New Roman, Courier, Garamond, serif;
}
label span { /* To make the input elements on the contact page line up */
	float: left;
	width: 10em;
}
.contentblock {
    text-align: left;
}
/* Added by mattfarmer [dot] net -- END */
