/* The following css sets the default font as Arial for every page */
body{
	font-family: Ariel;
	background: #ccccff;
	color: #000000;
}

p{
	font-size: .85em;
	font-family: Ariel;
	position: relative;
	left: 326px;
	top: 1458px;
	width: 144px;
	height: 38px;
}

ul{
	font-size: .75em;
	font-family: "Ariel";
	color: #ffe7c6;
	background: #ccccff;
	
} 

h1{ 	font-size: 2em; 
	font-family: "Times New Roman"; 
	color: #663399;
	background: #ccccff;
}


h2{ 	font-size: 1.4em; 
	font-family: "Times New Roman"; 
	color: #663399;
	background: #ccccff;
}

h3{ 	font-size: 1em; 
	font-family: "Times New Roman"; 
	color: #663399;
	background: #ccccff;
}

h4{ 	font-size: .85em; 
	font-family: "Times New Roman"; 
	color: #800000;
	background: #ccccff;
}

h5{ 	font-size: .75em; 
	font-family: "Times New Roman"; 
	color: #800000;
	background: #ccccff;
}

a:hover {
	background: #eeeeee; 
	color: #ffcc99; 
}


a { 
	text-decoration:none; 
	color: #660066;  
}


.center {
	text-align: center; 
}

.alert {
	font-size: .85em;
}

.font {
	font-size: .80em;
	color: #000000;
}

.christmas{ 	font-size: 2em; 
	font-family: "Times New Roman"; 
	color: #ff0000;
	background: #ccccff;
}





.footer {
	font-size: .60em;
	font-family: "Times New Roman";
	color: #000000;
	
}


</style>

