p 
{
  font-family: Arial, Helvetica, sans-serif;
  color: #003399
}
body 
{
  background-color: #FFFFFF; 
  background-image: url(image/back.gif); 
  background-repeat: repeat; 
  font-family: Arial, Helvetica, sans-serif
}
ul {  font-family: Arial, Helvetica, sans-serif}
ol {  font-family: Arial, Helvetica, sans-serif}
h1 {  font-family: Arial, Helvetica, sans-serif}
h2 {  font-family: Arial, Helvetica, sans-serif}
h3 {  font-family: Arial, Helvetica, sans-serif}
a:hover {background-color : #CCCCE6;}
a:active {background-color :  #CCCCE6;}
.navbar 
{  
  font-family: "Times New Roman", Times, serif; 
  font-weight: bold; 
  color: #003399; 
  background-color: #CCCCE6; 
  text-decoration: none
}
.navbar:hover {
	color: #3300FF;
	font-variant : small-caps;
}
.navbar:active {
	color: #3300FF;
	font-variant : small-caps;
}
.navbardark 
{ 
  font-family: "Times New Roman", Times, serif; 
  font-weight: bold; 
  background-color: #00008B; 
  color: #CCCCFF; 
  text-indent: 5px; 
  text-decoration: none
}
.navbardark:hover {	
    color: #FFFF33; 
    background-color: #00008B;
	font-variant : small-caps;
}
.navbardark:active {
    color: #FFFF33; 
	background-color: #00008B;
	font-variant : small-caps;
}
.title
{ 
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: bold;
  color: #003399;
  margin-top: 1px;
  margin-bottom: 5px
}
