a:link{
	color: #c40707; /*standard*/
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #c40707; /*standard*/
	text-decoration: none;
	font-weight: bold;
}

a:hover{
        color: #FF0000; /*standard*/
	text-decoration: none;
	font-weight: bold;
}

a:active{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border: none;
	outline: none;
}

.tagline {
	color: #c40707; /*standard*/
}
