a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 30pt;
	text-decoration: none;
	text-align: center;
	}
h2 {
	font-size: 20pt;
	text-decoration: none;
	text-align: center;
	}
body {
	background-color: #00ABA5;
	color: #980005;
	font-family: 
	}
IMG {
	border=0;
	}
.background {
	background-color: #005F5C;
	/*color: #ffa0a3; */
	color: #ffffff;
	}
.topnav a{
	width: 100px;
	border-style: ridge;
	border-width: 2px;
	border-color: #222222;
	color: #980005;
	background-color: #00ABA5;
	font-size: 110%;
	text-align: center;
	text-decoration: none;
	}
.topnav a:hover {
	width: 100px;
	color: #B22222;
	background: #ffffff;
	text-decoration: none;
	}
.sidenav {
	border-style: double;
	width: 115px;
	border-width: 3px;
	border-color: #222222;
	background-color: #007f7f;
	text-align: left;
	text-decoration: none;
	padding-left: 2px;
	}
.sidenav a{
	width: 115px;
	color: #980005;
	text-decoration: none;
	}
.sidenav a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #008888;
	}
.affiliate {
	position: normal;
	border-style: dashed;
	width: 115px;
	margin-top: 10px;
	border-width: 1px;
	border-color: #222222;
	background-color: #007f7f;
	text-decoration: none;
	}
.affiliate a{
	width: 115px;
	color: #980005;
	padding-left: 2px;
	text-align: left;
	text-decoration: none;
	}
.affiliate a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #008888;
	}
.affiliatehead {
	border-bottom: 2px inset #666666;
	margin-bottom: 2px;
	width: 90%;
	text-align: center;
	height: 15px;
	}
.indent {
	text-indent: 15px;
	}
