﻿.body {
	font-family: ariel;
	color: darkblue;
	}
	
.menu-style {
    vertical-align: middle;
	}

.doctext {
	font-size: 12pt;
	}
		
.welcome {
	font-size: 20pt;
	}

.logo {
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 24pt;
	text-align: center;
	background-color: #89A3E5;
	color: #FFFFFF;
    }	

.section-heading {
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 20pt;
	text-align: center;
	background-color: #89A3E5;
	color: #FFFFFF;
	}

.datetitle {
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 15pt;
	text-align: center;
	background-color: #89A3E5;
	color: #FFFFFF;
	}	

.copyright {
	font-size: 8pt;
	color: black;
	}

a:link {
	color: blue;
	text-decoration: none;
	}

a:active {
	color: blue;
	text-decoration: none;
	}

a:visited {
	color: blue;
	text-decoration: none;
	}

a:hover {
	color: #cee0e6;
	text-decoration: underline;
	}



