body {
	background-color: #FFFFFF;
	font-family:"Times New Roman", Times, serif;
}

body ul {
	list-style-type:square;
	}
	
body li {
	font-family:"Times New Roman", Times, serif;
	}
	

a:link {
  color: maroon; 
  background-color: #FFF;
  text-decoration: none;
}

a:visited { 
  color: maroon; 
  text-decoration: none;
  background-color: #FFF;
}

a:hover { 
  color: #FFF;
  background-color: maroon; 
  text-decoration: underline
}

a:active { 
  color: #FFF;
  background-color: maroon; 
  text-decoration: underline
}


.headers3 {
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
}


.headers2 {
	font-style: italic;
	color:#999 ;
	background-color:#FFF
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.headers1 {
	font-style: italic;
	color: #000;
	font-weight: bold;
	background-color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}

.notes {
	font-style: italic;
	color: olive;
}

.notes2 {
	font-style: italic;
	color:#063;
}



.menu {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

.CSdeptAddress {
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
}

.codeStyle {
	font-family:"Courier New", Courier, monospace;
	background-color:#FFF;
}

