body {
background-color: #044625;
}
body, p, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#044625; 
}
p,h1,h2,h3 {
	margin-left: 5px;
	margin-right: 5px;
}
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size:40px;
}
h1 {
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size:17px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
/* borders */
.bordertable {
	border-color:#006600;
	border-width:1px;
}
/* thin line to the right */
.borderright {
	border-style: solid;
	border-color: #044625;
	border-right-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.borderrightwhite {
	border-style: solid;
	border-color:#FFFFFF;
	border-right-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
.borderleftwhite {
	border-style: solid;
	border-color:#FFFFFF;
	border-right-width: 0px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
.bordernotop {
	border-style: solid;
	border-color: #076234;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
}
.bordersides {
	border-style: solid;
	border-color: #076234;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.borderallaround {
	border-style: solid;
	border-color: #044625;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
/* margins */
.marginright {
	margin-right: 5px;
}
.marginleft	{
	margin-left: 5px;
}
.margintop	{
	margin-top: 5px;
}
.marginbottom	{
	margin-bottom: 5px;
}
.marginallaround {
	margin:5px;
}
.paddingtop {
	padding-top: 5px;
}
/* links for white background */

a:link {
	color:#0000CC;
	text-decoration: none;
}
a:visited {
	color: #0F4809;
	text-decoration: none;
}
a:hover {
	color: #316AC5;
	text-decoration: underline;
	background-color:#f4f4f3;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
/* links for green background */
a.bluelink:link {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
a.bluelink:visited {
	color: #ffffff;
	text-decoration: none;
}
a.bluelink:hover {
	color: #316AC5;
	text-decoration: underline;
	background-color:#f4f4f3
}
a.bluelink:active {
	color: #FFEB84;
	text-decoration: none;
}
.oversize {
	font-size:70px;
}
/* colors */
.red {
	color: #FF0000;
}
.bggreendark {
	background-color:#044625;
}
/* this class is for not so oversize text, such as the symbols on the music page */
.large {
	font-size:40px;
}
/* white text */
.whitetext {
	color: #ffffff;
}
/* positioning images to the right */
.right {
	float:right;
	padding-left:5px;
}