
a:link {	text-decoration: none;
		color: #3C7EB5;
	}	/* unvisited link */

a:visited {	text-decoration: none;
		color: #3C7EB5;
	}	/* visited link */

a:hover {	text-decoration: underline;
		color: #3C7EB5;
	}  	/* mouse over link */

a:active {	text-decoration: underline;
		font-style: italic; 
		color: #666666;
	}	/* selected link */


.header1 { 

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #636363;

	}


.maintext { 

	font-size: 11px; 
	font-family: Verdana, Sans-serif, Tahoma, Arial;  
	color: #161616; 
	line-height: 16px; 
	letter-spacing: 0.03em; 

	}

img, div { behavior: url(iepngfix.htc) };
