body {
background-image: url("plaid.jpg");
background-repeat: repeat-x repeat-y;
font-family: Tahoma, Verdana, Sans-Serif;
font-weight:normal;
color:#3B210B;
font-size: 12pt;
}

table, tr, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #3B210B;
}

a {
	color: #6699CC;
	font-weight: 700;
	text-decoration: none;
}

a:link {
	color: #6699CC;
	text-decoration: none;
}

a:visited {
	color: #6699CC;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3B210B;
}

a:active {
	color: #336699;
	text-decoration: none;
}

h1 {
font-size: 120%;
font-weight: 700;
color: #90ACD3;
}

h2 {
font-size: 120%;
font-weight: 700;
color: #993333;
}

.rust {
color: #993333;
font-weight: 700;
}

#bodycopy {
padding-left: 1em;
padding-right: 1em;
}