@charset "UTF-8";
/* CSS Document */

* {
	border: 0;
}

body {
	background-color: #262626;
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
}

a:link, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration: none;
    }

a.onThisPage {
	color: #5777d9;
}

a.pageLinks:link, a.pageLinks:visited, a.contactLinks:link, a.contactLinks:visited {
    color: #FFFFFF;
	text-decoration: none;
    }

a.pageLinks:hover, a.pageLinks:active, a.contactLinks:hover, a.contactLinks:active {
    color: #5777d9;
	text-decoration: none;
}

a.contactLinks {
	font-size: 1.4em;
	}

.aboutUsText {
	color: #FFFFFF;
	font-size: 1.4em;
	}
.presidentText {
	font-family: BodoniXT;
	color: #FFFFFF;
	font-size: 1.4em;
	}