﻿#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}
#wrapper {
	background-color: #000000;
	color: #FFFFFF;
	padding: 10px;
}
#masthead {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFFFFF;
	border-bottom-style: groove;
	border-bottom-width: thin;
	border-bottom-color: #C0C0C0;
}
#yourAdHere {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #C0C0C0;
}
#adColumn {
	border-left-color: #C0C0C0;
	border-left-style: solid;
	border-left-width: medium;
}
h1 {
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	border-bottom-style: double;
	border-bottom-color: #C0C0C0;
	border-bottom-width: thin;
}
h3 {
	text-align: center;
	padding-bottom: 10px;
	color: #FFFF00;
}
h4 {
	padding-top: 15px;
}
.a {
	color: #FFFF00;
	text-decoration: none;
}
.a:hover {
	color: #FF3300;
	text-decoration: underline;
}
li a {
	color: #FFFFFF;
	text-decoration: none;
}
li a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a {
	color: #0000FF;
	text-decoration: none;
}
.noBorderLink {
	border-width: 0px;
}
