/* The following css sets the default font as Ariel for every page */

body{
	
	background: #ffffcc;
	color: #003366
	
}

p{ 
	font-size: 1em; 
	font-family: Verdana;

	
}

ul{
	font-size: .85em;
	font-family: Arial;
	color: #ffffff;
		
} 

h1 { 
	font-size: 1.7em; 
 	color: #ffffff;
}

h2 { 
	font-size: 1.5em; 
 	color: #CCCC33;
}

h3 { 
	font-size: 1em;
  	color: #3366cc;
}

h4 { 
	font-size: .75em; 
 	color: #800000;
}

h5 { 
	font-size: .50em; 
 	color: #800000;
}

a {
	 
	color: #003366;
	text-decoration:none;  
}


a:hover {
	background-color: %ffffff;
	color: #ffcc00; 
}


a.image:hover { 
	
	background-color: %ffffff; 
}


.center {
	text-align: center; 
}

.alert {
	 
	background: #ffff00;
	font-size: .85em;
}

.tiny {
	 
	background: #ffff00;
	font-size: 50em;
}


.active {
	font-size: .85em;
	font-color: #ff0033; 
	text-align: center
	background: #ffffff;
}

.now {
	font-size: .85em;
	font-family: Arial;
	
}

.big {
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Comic Sans MS";	
}

.normal {
	font-size: .85em;
	font-family: Times New Roman;	
}

.demoted {
	font-size: .70em;
	
}

.home {
	color: #d6c610;
	
}


.footer {
	font-size: .75em;
	font-family: "Times New Roman";
	
}

-->
</style>
