
body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}
h1 {
	font-size: x-large;
	font-style: normal;
	text-align: center;
	font-variant: normal;
	text-transform: capitalize;
	color: #CC0066;
}
h2 {
	font-size: large;
	font-style: normal;
	text-align: left;
	font-variant:  normal;
	text-transform: capitalize;
}
h3 {
	font-size: medium;
	font-style: normal;
	text-align: center;
	font-variant:  normal;
	text-transform: capitalize;
	color: #000066;
}

hr {color: #CC0066; }
.p1 {color: #CC0066; 
	 font-weight: bold;
	 width: 20%; }

.c2 {width: 60%; }
.c3 {width: 20%; }
.c5 {width: 40%; }

table {
	background-color: #FFFFFF;
	table-layout: fixed;
	width: 95%;
	vertical-align: top;
}
td { vertical-align: top;
padding-top: 1em; }

li { color: #800080; }

.curr {
    font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #800040;
}
.nav {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}   
.logocol { 
    width: 15%; 
	text-align: center;
	padding-top: 20px; }
.schoolcol { 
    width: 60%;
	padding-top: 20px;  }
.adcol { 
    width: 15%;
	text-align: center;
	padding-top: 20px;  }
.b {
	font-weight: bold; }
.c {
	text-align: center; }
.footer {
	font-size: small;
	font-style: normal;
    font-weight: bold; }
	

a:link { color: blue; text-decoration: none; }
a:visited { color: #FF6699; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { color: dark blue; }
