BODY {

	
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	margin-left : 0px;
	background-color : black;
	scrollbar-face-color: orange;
	color : Blue;
	
	
	list-style-type : disc;
	list-style : disc inside none;
	background-image : url(images/bg.jpg);
	font : bolder;
}

.margin {
	margin-left : 5px;
}

H1
{
		font-family : Arial, sans-serif;
		color : Blue;
		
}
H2
{
			font-family : Arial, sans-serif;
			color : blue;
}
A {
	color : #DAA520;
	
}

A:HOVER {
	color : #FF8C00;
}

.footer
{

	font-family :  Arial, sans-serif;
	font-size : xx-small;
	text-align : center;
}

.small
{
	font-size : xx-small;
}
.smallbold
{

	font-size : x-small;
	font-weight : 900;
	text-align : center;
}
.tab{
	margin-left : 20px;
}

.doubletab{
	margin-left : 40px;
}

.hours
{

	font-family :  Arial, sans-serif;
	font-size : x-small;
	margin-left : 5px;
}

.nav
{
	color: Gray;
}

a.nav:link{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Gray;
	text-decoration: none;
}

a.nav:visited {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Gray;
	text-decoration: none;
	text-decoration: none;
font-weight: bold;
}
a.nav:hover {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Silver;
	text-decoration: none;


}
.flashblurb
{
	font-size : xx-small;
	color: black;
}

a:link {
	color : Blue;
}

a:visited {
	color : Red;
}

a:hover {
	color : #6495ED;
	}