body { font: 18px/28px verdana, sans-serif; }

h1 {
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 24px;
}

h2 {
	font-size: 18px;
	font-family: georgia, serif;
	font-weight: normal;
}

a:link {
	color: #59cc0d;
}

a:visited {
	color: #59cc0d;
}

a:hover {
	color: #59cc0d;
}

a:active {
	color: #59cc0d;
}

p {
	margin: 18px 0;
}

em {
	font-style: italic;
}

/* General classes */
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }

.floatleft {
	float: left;
	margin: 0 18px 0 0;
}

.floatright {
	float: right;
	margin: 0 0 0 18px;
}

.clear { clear: both; }
.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }

.inlinelist li {
	list-style: none;
	display: inline;
	margin: 0 1em 0 0;
}

.hide { visibility: hidden; }
.remove { display: none; }
.footnote { font-size: 10px; }

/* Section specific rules */
