a:link
    {
    color: #004080;
    font: bold small condensed Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 125%;
    padding: 4px;
    }

a:visited
    {color: #004080;
    font: bold small condensed Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 125%;
    padding: 4px;
    }

a:active
    {
    color: white;
    background: blue;
    font: bold small condensed Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 125%;
    padding: 4px;
    }

a:hover
    {
    color: white;
    font: bold small condensed Arial, Helvetica, sans-serif;
    text-decoration: none;
    background: #ff0000;
    line-height: 125%;
    padding: 4px;
    }

body
    {
	width: 96%;
	padding: 2%;
	margin: 0px;
	border: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 125%;
	text-indent: 2em;
	text-align: justify;
    }

blockquote
    {
	text-indent: 0;
    }

hr
    {
	background: #004080;
	height: 4px;
	text-align: center;
	width: 50%;
    }

h2
    {
	color: #004080;
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	}

h3 {
	color: #004080;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#header h2
    {
	color: #ffffff;
	background: #004080;
	font: italic bold xx-large Georgia, Times New Roman, Times, serif;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
	width: 100%;
	}

#header h3
    {
	color: #ffffff;
	background: #004080;
	font: italic bold x-large Georgia, Times New Roman, Times, serif;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
	width: 100%;
	}

#menu body
    {
    width: 98%;
	padding: 1%;
	margin-left: 4px;
	border: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 100%;
	text-indent: 0px;
	}

#feedback body
	{
	width: 98%;
	padding: 1%;
	margin: 0px;
	border: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 100%;
	text-indent: 0px;
	text-align: justify;
}