body {
	background-image: url(pics/background.gif);
	background-repeat: repeat-x;
	background-color: #D5D5D5;
	margin-top: 0px;
}
body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.menu{
	color: #FFFFFF;
}
.name{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
	color: #0F5B3C;
}
.note{
	font-size: smaller;
}
.title{
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #0F5B3C;
}
.copy{
	font-size: smaller;
	color: #FFFFFF;	
}
.menuitem:link{
	color: #FFFFFF;
}
.menuitem:visited{
	color: #FFFFFF;
}
.menuitem:hover{
	color: #999999;
}
.menuitem:active{
	color: #FFFFFF;
}
a:link {
	color: #0F5B3C;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0F5B3C;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #0F5B3C;
}