/* Vaughn Broeder Lighting CSS Document */

body {
	background-color: #004c4c;
	color: #C5D7C5; 
	font-size: medium; 
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center
}
.a2 {color:#7FA37F;
	text-decoration:none;
}
.a2:hover {color:#99CC99;
	text-decoration:underline;
}
.a3 {color:#A6C0B7;
	text-decoration:none;
}
.a3:hover {color:#99CC99;
	text-decoration:underline;
}
#headingBar {padding-top:10px;
	border-style:solid;
	/* border-color:#C5D7C5; */
	border-color:#A6C0B7;
	border-width:thin;
}
.headingBar2 {padding-top:10px;
	border-style:solid;
	/* border-color:#C5D7C5; */
	border-color:#A6C0B7;
	border-width:thin;
}
.border {border-style:solid;
	/* border-color:#C5D7C5; */
	border-color:#A6C0B7;
	border-width:thin;
}
.text {
	color:#C5D7C5;
	font-size:large
}
