body {
	font: large Verdana, Helvetica, Arial, sans-serif;
	color: red;
	background-color: #009;
	background-image: url("images/hexes.gif");
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	margin-left: 60px;
}

#to_top {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header
{
	background-color: white;
	border: 5px solid red;
	margin-bottom: 20px;
	width: 730px;
	text-align: center;
}

h3 {
	color: blue;
	font-size: 120%;
}

p{
	padding: 0px;
	margin: 0px;
}

table {
	color: black;
	background-color: white;
	border: 1px solid black;
	padding: 1px;
	background-color: black;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 740px;
}

tr {
	color: black;
	background-color: white;
	font-size: 60%;
}

tr:hover {
	color: white;
	background-color: red;
	/*color: red; 
	background-color: #BBF;*/
}

td {
margin: 0px;
padding: 3px;
padding-left: 15px;
border: 1px solid black;
}

.rowcolor {
	color: white;
		background-color: #C22;
}

#tablehead {
	color: white;
	font-size: 70%;
	background-color: #D00;
}

a:link {color: white;}
a:visited {color: red;}
a:hover {color: #88FB33;}
a:active {color: red;}

#Section1 a:link {color: blue;}
#Section1 a:visited {color: black;}
#Section1 a:hover {color: #88FB33;}
#Section1 a:active {color: red;}

#bttbar {
	font-size: 120%;
	text-align: center;
	position: fixed;
	bottom: 20px;
	left: 0px;
	width: 88px;
	background-color: #C22;
	text-decoration: none;
	border: 1px solid white;
	color: black;
	margin: 0px;
	padding: 0px;
}

#bttbar a:link {
	color: white;
	text-decoration: none;
}

#bttbar a:visited {
	color: #EFF;
	text-decoration: none;
}

#bttbar a:hover {
	color: yellow;
}

#bttbar a:active {
	color: #22465D;
}