﻿body {
	background-color:black;
	font-family: Arial;
	color: red;
	font-size:18px;
}
.copyright	
{
	font-size:11px;
	text-align:center;
}
.textaligncenter {text-align: center;}
.textbold {font-weight: bold;}
.text14 {font-size: 14px;}
.text16 {font-size: 16px;}
.text20 {font-size: 20px;}
.text24 {font-size: 24px;}
.text26 {font-size: 26px;}
.text28 {font-size: 28px;}
.text32 {font-size: 32px;}
.text42 {font-size: 42px;}
.textyellow {color: Yellow;}
.textred {color: red;}
.textgreen {color: green;}
.hrline {color: #8E0000;
         background-color: #8E0000;
         }
.tdwidth {
	width: 50px;
}
.instructions {
	font-size: 14px;
	color: Yellow;
}
.the13thacrename
{
	font-weight: bold;
	color: red;
}
.shucksname
{
	font-weight: bold;
	font-size: 16px;
	color: #008E04;
}
.shucksdate
{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}
#navcontainer ul
{
margin: 0;
padding-top: 5px;
list-style-type: none;
text-align: left;
font-family: arial;
font-weight: bolder;
font-size: 16px;
height: 50px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding-top: 7px;
padding-right: 25px;
padding-bottom: 7px;
padding-left: 25px;
color: #8E0000;
background-position: 0 -60px;
width: 175px;
height: 50px;
}

#navcontainer ul li a:hover
{
color: #656565;
background-image: url(images/blback.gif);
background-position: top 18px;
background-repeat: no-repeat;
width: 175px;
}
