@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #000000;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
.bytheway {
	font-size:10px;
}

.spacer{
	height:10px;
}
.divider{
	width:10px;
}
.dayofWeek {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-weight:bold;
	font-size:14px;
	color:#333333;
}

.boldText {
	color: #9B1215; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-weight:bold;
	font-size:14px;
}

.boldInfo {
	color: #9B1215; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}

#main{

}
.menuDesc {
	font-size:10px;
	color:#666666;
}

.menuAlt  {
	font-size:12px;
	color:#9B1215;
	font-style:italic
}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#794724;
}

a:link {
	text-decoration: underline;
	color:#9B1215;
}
a:visited {
	text-decoration: underline;
	color:#9B1215;
}
a:active {
	text-decoration: underline;
	color:#9B1215;
}
a:hover{
	text-decoration: none;
	color:#9B1215;
}

.footer a:link {text-decoration: underline;
color:#794724;}
.footer a:visited {text-decoration: underline;
color:#794724;}
.footer a:active {text-decoration: underline;
color:#794724;}
.footer a:hover {text-decoration: none; 
color:#794724;
}

