html { height: 95%; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #b3b3b3;
	margin-top: 35px;
	height: 95%;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CA2F23;
	text-decoration: underline;
}
h1, h2, h3, h4, ul  {
	font-weight: bold;
	color: #CA2F23;
	padding-left: 4px;
}
h1 {
	font-size: 17px;
	line-height: 20px;
	margin-top: 20px;
}
h2 {
	font-size: 13px;
	margin-bottom: 10px;
}
h3 {
	font-size: 17px;
	margin-top: -12px;
}
h4 {
	font-size: 13px;
	color: #000000;
	margin-top: -12px;
}
.text {
	line-height: 16px;
	padding-right: 14px;
	padding-left: 4px;
}
ul {
	color: #000000;
	font-weight: bold;
	line-height: 16px;
	padding-right: 14px;
	margin-left: 16px;
}
