body {
	background-image: url(images/holly-sparkman.gif);
	background-repeat: no-repeat;
}
.colorlink {
	color: #990000;
}

.tableborder {
	border: thin double #663366;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
}
.cellborder {
	line-height: 20px;
	border-top: thin none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin inset #CCCCCC;
	border-left: thin none #CCCCCC;
	background-color: #000000;
}
.sidenav {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	margin-top: 20px;
	border-top: thin solid #CC0000;
	border-right: thin none #CC0000;
	border-bottom: thin solid #CC0000;
	border-left: thin none #CC0000;
	font-weight: lighter;
}

.topnav {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: normal;
	margin-right: 20px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
	padding: 5px;
	font-weight: normal;
}
.box {
	padding-right: 10px;
	padding-left: 10px;
}
a {
	font-family: "Trebuchet MS";
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	text-decoration: line-through;
}

