
a:hover {
	background-color : transparent;
	color : #FF0000;
}

a{
	color : White;
	background-color : transparent;
}

body {
	font-family: "Times New Roman", Times, serif;
	color : white;
	background-color : navy;
	background-image : url(http://www.state-ends.com/images/background.gif);
	background-repeat : repeat;
	background-attachment : fixed;
}

div.card h2 {
	border: 1px solid White;
	border-left: 5px double White;
	background-color: transparent;
	color: White;
}

div.card h4 {
	border: 1px solid Red;
	border-left: 5px double Red;
	color: White;
	background-color : transparent;
}

#endlinks{
	border-top: 1px dashed White;
}

#footer{
	border-top : 1px dashed White;
}

#legendbox {
	border : 2px solid Red;
	background-color : transparent;
	color : White;
}

#mainlogo {
	background-color : transparent;
}

#menubox {
	border : 1px solid White;
}
