/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	
	color: #B30000;
	
}
}

a:hover{
	text-decoration: none;
	
}