body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	background-color: #000000;
}
#frame {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #CC9900;
	border-left-color: #CC9900;
}
#main {
	text-align: justify;
}
#main ul li {
	font-size: 18px;
	font-weight: bold;
	list-style-image: url(images/arrow.gif);
	list-style-type: disc;
}
a {
	color: #CC6600;
}
a:visited {
	color: #CC6600;
}
a:hover {
	color: #CC9900;
}
#copyright {
	font-size: 12px;
	text-align: center;
}
#ericTaylor {
	border: 3px solid #333333;
}
.smallerTxt {
	font-size: 16px;
}
.homeURL {
	font-size: 12px;
}
p {
	padding-right: 24px;
}
