@charset "utf-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #060606;
	background-image: url(images/money.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.link2 a:link {
	color: #600;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
.link2 a:visited {
	color: #600;
	font-size: 16px;
	font-weight: bold;
}
.link2 a:hover {
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}







.link3 a:link {
	color: #0F0;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
.link3 a:visited {
	color: #600;
	font-size: 16px;
	font-weight: bold;
}
.link3 a:hover {
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}










.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px ridge #060;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #060606;
	padding-top: 12px;
	font-size: 14px;
}
.oneColFixCtrHdr #header {
	background-color: #000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #060606;
	color: #FFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 14px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #060606;
}
h1 {
	font-size: 24px;
	color: #FFF;
	font-family: "Comic Sans MS", cursive;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #container #mainContent div table tr td table tr .song {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.oneColFixCtrHdr #container #footer table {
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent p a {
	font-size: 14px;
	color: #0C3;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 18px;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 16px;
}
#mainContent hilltopper {
	font-size: 14px;
}
#mainContent hilltopper {
	font-size: 16px;
	color: #0F0;
}

