a{
	color : Maroon  ;
		text-decoration : underline;
		font-size : inherit; 
	}
	a:visited{
		color : Maroon  ;
		text-decoration : underline;
		font-size : inherit; 
	}
	a:hover{
		color : Maroon ;
		text-decoration : underline;
	    font-size : inherit;
	}
	maroontext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: inherit;
	color: maroon !important;
}
