p, li, td {
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
	color: #ccc;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: red;
	font-weight: bold;
}
ul, ol {
	margin-left: 0.8em;
	padding-left: 0.8em;
}

ul.nogap, ol.nogap {
	margin-top: -1em;
	margin-bottom: -1em;
}

h1 {
	font-size: 20px; 
	font-weight: bold;
	line-height: 22px;
	color: #fff;
}

h2 {
	font-size: 18px; 
	font-weight: bold;
	line-height: 20px;
	color: #fff;
}

h3 {
	font-size: 16px; 
	font-weight: bold;
	line-height: 17px;
	color: #fff;
}

h4 {
	font-size: 14px; 
	font-weight: bold;
	line-height: 15px;
	color: #fff;
}

.floatleft {
	float: left; 
	margin-right: 10px;
}

