/* CSS Document */

body
{
background:#000000;
font-family:"Times New Roman", Times, serif;
color:#FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.nav
{
font-family:"Times New Roman", Times, serif;
font-size:17px;
color:#FFFFFF;
text-align:center;
font-weight:bold;
background:#666666
}
.nav:hover
{
background:#666666;;
color:#333333
}
.list
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
color:#FFFFFF;
margin-left:30px;
text-align:center;
font-weight:bold;
}
.footer
{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFCC;
text-align:center;
}
p
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color:#FFFFFF;
text-align:justify;
margin-left:15px;
margin-right:10px;
}

h2
{
font-family:"Times New Roman", Times, serif;
font-size:26px;
color:#CCCCCC;
text-align:center
}

.mattblacktabs{
width: 550px;
overflow: hidden;
border-bottom: 1px solid black; 
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 75px; 
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float:left;
display: block;
text-decoration: none;
margin-left:0;
padding: 7px 8px; 
border-right: 1px solid white; 
color: white;
background: #414141; 
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background:#666666; 
}

