@charset "utf-8";
/* CSS Document */

#mainContent {
	font-size:18px;
	
	
	}
	
	
#floatleft{
	text-align: left;
	font-size:17px;
	}
	
#floatright{
	float:right;
	
	}	
	
#centertext {
	text-align:center;
	
	}	
	
#bluetext {
	color: #06F;
	}	
	
#copyrightfont {
	font-size:12px;
	
	}	
	
#redtext {
	color: #F00;
	}	
	
#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:16px;
	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}	


#pagelink2 { 
	padding: 0px 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 
	font-family: "Courier New", Courier, monospace;
	font-size:20px;
	font: italic;
	
	
} 
#pagelink2	a:link	      {color: #09F; text-decoration: none}    
#pagelink2 a:visited      {color: #999; text-decoration: none}
#pagelink2 a:hover        {color: #00C; text-decoration: none}
#pagelink2 a:active       {text-decoration: none}


