body
{
	color: black;
	font-size: normal;
	font-style: normal;
	font-family: sans-serif;
	font-weight: normal;
	background-color: white;
	text-align: justify;
}

.pageTitle
{
	font-size: xx-large;
	text-align: left;
}

.sectionTitle
{
	font-size: x-large;
	text-align: left;
}

.subSectionTitle
{
	font-size: large;
	text-align: left;
	margin-left: 3%;
}

.localTitle
{
	font-weight: bold;
}

.normal
{
	margin-left: 6%;
	margin-right: 6%;
}

.important
{
	font-weight: bold;
}

.small
{
	font-size: x-small;
}



a:link
{
	color: black;
	background-color: white;
}

a:visited
{
	color: grey;
	background-color: white;
}

a:hover
{
	color: grey;
	background-color: white;
}

a:active
{
	color: black;
	background-color: white;
}
