body { 
	padding: 0;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #ededed url(images/background.png) repeat-x left top;
}
li,p,td {
	font-size:12px;
	color:#333333;
}
#footer {
	padding-top:24px;
	font-size:10px;
	text-align:center;
}
.mattblacktabs{
padding-top: 2px;
width: 800px;
overflow: hidden;
border-bottom: 5px solid #878787; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
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: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: #414141;
background: #ffffff; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: #414141;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
color: #ffffff;
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
