body{
	background-color: #8C8985;
	}

div#header {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: left;
	color: White;
	
}
h2{
text-decoration: underline;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	text-align: left;
	line-height: 0%;
}
h6{
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
margin-left: 100px;
margin-right: 100px;
color: White;
}
a{
	margin-left: 100px;
	color: White;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a:link 
{
	color: White;
	text-decoration: none;
}
	a:visited 
{
	color: White;
	text-decoration: none;
}
	a:hover 
{
		background: #F27316;
		text-decoration: underline;
}
