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