.clear {
	clear: both;
}

h1 {
	font-size: 18px;
	margin-bottom: 9px;
}

h2 {
	font-size: 17px;
	margin-bottom: 8px;
}

h3 {
	font-size: 16px;
	margin-bottom: 8px;
}

h4 {
	font-size: 15px;
	margin-bottom: 7px;
}

h5 {
	font-size: 14px;
	margin-bottom: 7px;
}

h6 {
	font-size: 13px;
	margin-bottom: 6px;
}

p {
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link, a:visted {
	color: #E33;
	text-decoration: underline;
}

a:focus, a:hover {
	color: #04A;
	text-decoration: none;
}

a:active {
	color: #E33;
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

.blue {
	color: #04A;
}

.red {
	color: #E33;
}