body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, helvetica, sans-serif;
	background-color: #666666;
}

/* NAV */

a:link {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	}

a:visited {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	}

a:hover {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	}
	
a:active {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	}
	
/* LINKS*/
        
.bottom_nav a:link {
        color: #ffffff;
        margin: 5px 8px 5px 8px;
        text-decoration: none;
        font-size: 11px;
        text-align: right top;
        }

.bottom_nav a:visited {
        color: #ffffff;
        margin: 5px 8px 5px 8px;
        text-decoration: none;
        font-size: 11px;
        text-align: right top;
        }

.bottom_nav a:hover {
        color:#ffffff;
        margin: 5px 8px 5px 8px;
        font-size: 11px;
        text-align: right top;
        }

.bottom_nav a:active {
        color: #ffffff;
        margin: 5px 8px 5px 8px;
		font-size: 11px;
		text-align: right top;
        }
        
.specials a:link {
        color: #10803f;
        margin: 5px 8px 5px 8px;
        text-decoration: none;
        font-size: 11px;
        text-align: right top;
        }

.specials a:visited {
        color: #ffffff;
        margin: 5px 8px 5px 8px;
        text-decoration: none;
        font-size: 11px;
        text-align: right top;
        }

.specials a:hover {
        color:#ffffff;
        margin: 5px 8px 5px 8px;
        font-size: 11px;
        text-align: right top;
        }

.specials a:active {
        color: #ffffff;
        margin: 5px 8px 5px 8px;
		font-size: 11px;
		text-align: right top;
        }
        
.staff a:link {
        color: #ffffff;
        margin: 5px 8px 5px 8px;
        text-decoration: underline;
        font-size: 11px;
        text-align: left;
        }

.staff a:visited {
        color: #ffffff;
        margin: 5px 8px 5px 8px;
        text-decoration: underline;
        font-size: 11px;
        text-align: left;
        }

.staff a:hover {
        color:#ffffff;
        margin: 5px 8px 5px 8px;
        text-decoration: underline;
        font-size: 11px;
        text-align: left;
        }

.staff a:active {
        color: #ffffff;
        margin: 5px 8px 5px 8px;
        text-decoration: underline;
		font-size: 11px;
		text-align: left;
        }
	
/* TEXT STYLES */

p {
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	margin: 5px 5px 10px 5px;
	text-align: left;
}

.body {
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	margin: 5px 5px 5px 5px;
	text-align: center;
}

.quote {
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
	color: #000000;
	margin: 5px 5px 5px 5px;
	text-align: left;
}

.copyright {
	font-size: 9px;
	line-height: 12px;
	color: #ffffff;
	margin: 0px 5px 0px 5px;
	text-align: left;
}

ul {
	margin-top: 10px;
	margin-bottom: 20px;
	list-style-type: none;
	}

li	{
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	margin: 5px 5px 5px 5px;
	text-align: left;
	}

h1 {
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	margin: 5px 5px 5px 5px;
	text-align: left;
}

h2 {
	font-size: 13px;
	color: #000000;
	margin: 5px 0 5px 5px;
	text-align: left;
}

h3 {
	font-size: 18px;
	margin: 0 0 0px 10px;
	color: #330066;
	text-align: left;
}

h4 {
	font-size: 11px;
	color: #0000000;
	margin: 5px 15px 0px 15px;
	text-align: left;
}

h5 {
	font-size: 13px;
	color: #2B6D0F;
	margin: 15px 0 10px 10px;
	text-align: left;
	
}


/* BACKGROUNDS */

.dirt {
	background: url(page_img/dirt.jpg) top center;
}
