/* CSS Document */

a:link {
	text-decoration:none;
	font-family:Garamond, "Times New Roman";
	font-size: 18px;
	color: #993333;
	font-weight: bold;
	font-style: oblique;
	
} 
a:visited {
	text-decoration:none;
	font-family:Garamond, "Times New Roman";
	font-size: 18px;
	color:#993333;
	font-weight: bold;
	font-style: oblique;
	
} 
a:hover{
	text-decoration:none;
	font-family: Garamond, "Times New Roman";
	font-size: 18px;
	color:#993333;
	font-weight: bold;
	font-style: oblique;

} 

a:active{
	text-decoration:none;
	font-family:Garamond, "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color:#993333;
	font-style: oblique;

}
