/*
CSS for Lone Star Hydrografx Site
*/

#header {
	background-color: #000;
	width: 100%;
	position: absolute;
	text-align: center;
	padding-bottom: .2em;
}

.frontimg {
	
}

#bodycontent {
	background-color: #000;
	width: 100%;
	color: white;
	text-align: center;
	position: absolute;
	top: 425px;
	}

body {
	color: white;
	background: #000;
	font-size:  small;
}

h2 {
	color: white;
}

#bodycontent a:hover {
	color: red;
	background: white;
}

#bodycontent a:active {
	color: white;
	background: red;
}