/* CSS Document */

body {
font-family: Arial, sans-serif;
font-size: small;
font-weight: normal;
color: black
}

h1  {color: maroon; font-size: x-large; font-variant: small-caps; font-weight: bold; text-align: center}

h2  {color: red; font-size: large; text-align: center}

h3  {color: maroon; font-size: large; text-align: center}

h4  {color: red; font-size: medium; text-align: center}

h5  {color: maroon; font-size: medium; text-align: center}

h6  {color: black; font-size: small; text-align: center}

ul, ol  {color: black}

p  {color: black; text-align: justify}

a:link {color: navy; font-weight: bold}

a:visited {color: navy; font-weight: bold}

a:active {color: navy; font-weight: bold}

a:hover {color: gray; font-weight: bold}

span.eventdate {color: brown; font-weight: bold}

span.eventname {color: black; font-weight: bold}

span.boldred {color: red; font-weight: bold}


.navigation {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: in-line
}