body 
{margin: 0;
	padding: 2%;
	font-family: Georgia, New York, Times New Roman, serif;
	font-size: medium;
	line-height: 1.6em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: white;
	color: black;
}


div#maincontent 
{margin-left: 2%;
	margin-right: 2%;
	border-top: 6px navy solid;
	border-bottom: 6px navy solid;
	padding: 3% 12% 3% 12%;
	text-align: left;
	font-family: Georgia, New York, Times New Roman, serif;
	font-size: medium;
	line-height: 1.6em;
	font-variant: normal;
	font-weight: normal;
	background-color: white;
	color: black;
}

pre
{
	padding-bottom: .5em;
	font-family: Georgia, New York, Times New Roman, serif;
	font-size: medium;
	line-height: 1.6em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: white;
	color: black;
}
	
/* Mudlark Issue, Poster, Flash: x-large, sans-serif, navy, no padding */
h1
{
	padding: 0em 0em 0em 0em;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: x-large;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: white;
	color: navy;
}

/* Mudlark Issue, Poster, Flash: large, sans-serif, navy, padding top and bottom */
h2
{
	padding: 2em 0em 2em 0em;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: large;
	white-space: pre:
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: white;
	color: navy;
}

/* Mudlark Issue, Poster, Flash: large, sans-serif, black, padding top only */
h3
{
	padding: 2em 0em 0em 0em;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: large;
	white-space: pre:
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: white;
	color: black;
}

/* Mudlark Issue, Poster, Flash: medium, sans-serif, navy, no padding */
h4
{
	padding: 0em 0em 0em 0em;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: medium;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: white;
	color: navy;
}

/* Mudlark Issue, Poster, Flash: medium, sans-serif, black, no padding */
h5
{
	padding: 0em 0em 0em 0em;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: medium;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: white;
	color: black;
}

/* Mudlark Issue, Poster, Flash: small, sans-serif, black, no padding */
h6
{
	padding: 0em 0em 0em 0em;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: small;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: white;
	color: black;
}

p
{
	padding: 0em 0em 0em 0em;
	font-family: Georgia, New York, Times New Roman, serif;
	font-size: medium;
	line-height: 1.6em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: white;
	color: black;
}

.white-space { 
	white-space: pre; 
}

.small-caps { 
	font-variant: small-caps; 
}
	
a:link
{
	color: navy;
	text-decoration: underline;
}

a:visited
{
	color: navy;
	text-decoration: underline;
}

a:hover
{
	color: purple;
	text-decoration: underline;
}

a:active
{
	color: purple;
	text-decoration: underline;
}