body {
	background-color: #417962;
}
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
}
.tableborder {
	border-color:#006600;
	border-width:1px;
}
a:link {
	color: #003399;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
	background-color:#DFEDEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

/* this class is for oversize text, such as the copyright symbol on the copyright page */
.oversize {
	font-size:70px;
}
/* for red fonts */
.red {
	color: #FF0000;
}
/* this class is for not so oversize text, such as the symbols on the music page */
.large {
	font-size:40px;
}
/* large title font for titles of articles */
h1 {
	font-size:18px;
}

/* top of the page title font */
h2 {
	font-size:16px;
}

/* top of the page byline font */
h3 {
	font-size:14px;
}
.topicheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}
.rightborder {
	border-style: solid;
	border-color: #006600;
	border-right-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}