h1 {
	font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#container .quote {
	color: #990000;
	text-align: center;
	font-size: 14px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-right: 7px;
	margin-left: 7px;
}
#container li {
	font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
	font-size: 12px;
}
p {
	font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
	font-size: 12px;
	padding-right: 25px;
	padding-left: 25px;
}
.footer {
	font-size: 10px;
	color: #CCCCCC;
}
body {
	background-color: #FFFFFF;
}
#container {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 5px;
}
a {
	color: #006699;
}
.color_bold {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

