body {
	font-size: 20px;
	color: #FFFFFF;
	font-family: Arial black, Arial, Helvetica, Century Gothic, Verdana, Geneva, sans-serif;
	
}
td {
	font-size: 14px;
	border: none;
	color: #white;
	font-family: Arial, Helvetica, Century Gothic, Verdana, Geneva, sans-serif;
	text-align: center;
	
}
H1 {
	font-size: 46px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Century Gothic, Verdana, Geneva, sans-serif;
	text-align: center;
		
}
H2 {
	font-size: 20px; 
	color: #FAFAFA; 
	font-family : Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
H3 {
	font-size: 14px;
	color: White;
	font-family: Arial, Helvetica, Century Gothic, Verdana, Geneva, sans-serif;
	text-decoration: none;
	font: small-caps;
	margin-left: 3px;
}
a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, Century Gothic, Verdana, Geneva, sans-serif;
	font-variant :small-caps;
	font-size :16px;
	font-weight :bold;
	color : white;
	text-decoration : none;
} 

#list-menu {

/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
	margin: 1;
	padding: 0;
	list-style-type: none;
	font-family: Century Gothic, verdana, arial, sanf-serif;
	font-size: 12px;
	color: White;
}
#list-menu li {
margin: 2px 0 0;
}
#list-menu a {
display: block;

padding-top:2px;
padding-bottom:2px;
padding-right:6px;
padding-left:6px;
background: #454545;
color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, Century Gothic, Verdana, Geneva, sans-serif;
text-decoration: none; /*lets remove the link underlines*/
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, Century Gothic, Verdana, Geneva, sans-serif;
}

#list-menu a:hover {
	
	background: #000000;
	color: #ffffff;
	
}



ul
{
list-style-type:none;
margin:0;
padding:0;
}
li
{
display:inline;
}

table.main {
border: none;
}
.center
{
margin-left:auto;
margin-right:auto;
width:70%;
}

.titleline {
border-bottom: 2px solid #8B0000;
padding-left: 0px;
font-size: 16px;
color: white;
align: left;
font-weight: bold;
}

.black_cell	{
	background-color: #292929;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: none;
	font-variant: none;
	border: none;
	color: #white;
	text-align: justify; 
	font-family: Arial, Helvetica, Century Gothic, Verdana, Geneva, sans-serif;
}
.credits {
	font-family: Arial, Helvetica, Century Gothic, Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: White;
	
}
.contact {
	font-size: 18px;
	font-weight: none;
	font-variant: small-caps;
}