body {
	background-image: url(art/green.jpg);
}
background {
	background-image: url(art/curvecorner.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
.headgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}
.headpurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #56187E;
}
.headred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0107;
}
.copygrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.copypurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #56187E;
	font-weight: bold;
}
.copygreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #89AD7F;
	font-weight: bold;
}
.copyred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0107;
	font-weight: bold;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #56187E;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #56187E;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #56187E;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #89AD7F;
	text-decoration: underline;
	font-weight: bold;
}
a.special:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
a.special:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
a.special:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
a.special:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #56187E;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}	
a.red:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #CC0107;
	text-transform: uppercase;
	text-decoration: underline;
}
a.red:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #CC0107;
	text-transform: uppercase;
	text-decoration: underline;
}
a.red:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #CC0107;
	text-transform: uppercase;
	text-decoration: underline;
}
a.red:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #56187E;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
}	

