h4 a {
	text-decoration: underline;
	color: #000;
}
h4 a:hover {
	background-color: #F00;
	color: #FFF;
}
h6 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#builtBy {
	left: 10px;
	top: 540px;
	position: absolute;
	height: 30px;
	width: 200px;
}
body {
	background-color: #CCC;
}
#masthead {
	background-color: #FFF;
	position: absolute;
	height: 100px;
	width: 210px;
	left: 10px;
	top: 10px;
}
#left {
	height: 400px;
	width: 200px;
	position: absolute;
	left: 10px;
	top: 10px;
}
#main {
	background-color: #FFF;
	padding: 5px;
	height: 550px;
	width: 460px;
	overflow: auto;
	position: absolute;
	left: 220px;
	top: 10px;
}
h2 a {
	color: #000;
}
h2 a:hover {
	text-decoration: underline;
	background-color: #F00;
	color: #FFF;
}
p a:hover {
	background-color: #F00;
	text-decoration: underline;
	color: #FFF;
}
#builtBy a {
	color: #999;
	text-decoration: none;
}
#builtBy a:hover {
	background-color: #F00;
	color: #FFF;
}
p a {
	color: #F00;
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-transform: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 580px;
	width: 700px;
	background-color: #FFF;
}

