@charset "utf-8";
/* CSS Document */

#header {
	text-align:center;
	color:#41418c;
	}
	
#centertext {
	text-align:center;
	}	
	
#redtext {
	color:#F00;
	}	
#smalltext {
	font-size:13px;
	}
	
#smallertext {
	font-size:11px;
	}	
	
#bluetext {
	color: #09F;
	}	
	
#copyrightfont {
	font-size:12px;
		}	

#pagelink { 
	padding: 0px 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font:normal;
	
	
} 

#pagelink	a:link	     {color: #00F; text-decoration: none}    
#pagelink a:visited      {color: #66F; text-decoration: none}
#pagelink a:hover        {color: #09F; text-decoration: none}
#pagelink a:active       {text-decoration: none}