body {
	font: 14px arial;
	color: #000;
}
a:link {
	color: #57b40b;
	text-decoration: underline;
}
a:visited {
	color: #188db8;
	text-decoration: underline;
}
a:hover {
	color: #57b40b;
	text-decoration: underline;
}
h5 {
	font: 13px arial;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 15px;
}
h6 {
	font: 13px arial;
	font-weight: bold;
	margin: 0px 0px 15px;
}

/*
	Classes
*/
.eleven {
	font: 11px arial;
}