/* The following css sets the default font as Arial for every page */
body{
	font-family: Ariel;
	background: #ffffcc;
	color: #000000;
}

p{  
	font-size: .85em; 
	font-family: Ariel;
	position: relative;
}

ul{
	font-size: .75em;
	font-family: "Ariel";
	color: #000000;
	
} 

h1{ 	font-size: 2em; 
	font-family: "Monotype Corsiva"; 
	color: #660099;
}

h2{ 	font-size: 1.4em; 
	font-family: "Monotype Corsiva"; 
	color: #9966cc;
}

h3{ 	font-size: 1em; 
	font-family: "Ariel"; 
	color: #9966cc;
}

h4{ 	font-size: .85em; 
	font-family: "Times New Roman"; 
	color: #800000;
}

h5{ 	font-size: .75em; 
	font-family: "Times New Roman"; 
	color: #800000;
}

a:hover {
	background: #eeeeee; 
	color: #ffcc99; 
}


a { 
	text-decoration:none; 
	color: #660066;  
}


.center {
	text-align: center; 
}

.alert {
	font-size: .85em;
}

.font {
	font-size: .80em;
	font-color: #000000;
}


.footer {
	font-size: .60em;
	font-family: "Times New Roman";
	font-color: #000000;
	
}

-->
</style>

