body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
}

.title {
	font-size: 1.4em;
	font-weight: bold;
}
.subtitle {
	font-size: 1.1em;
	font-weight: bold;
}
.sectionTitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	padding: 10px;
	margin: 0px;
}


a:link {
	color: #06F;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: #06F;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	color: #0CF;
	text-decoration: underline;
}

/* selected link */
a:active {
	color: #06F;
	text-decoration: none;
}
