@charset "utf-8";
/* CSS Document */

* {
margin: 0px;
padding: 0px;
}

body {
background-color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 24px;
color: #000000;
}

p {
padding-bottom: 20px;
}

td a img {
border: none;
}

table {
padding-bottom: 50px;
}

a, a:active, a:visited, a:link {
text-decoration: none;
color: #444444;
}
a:hover {
border-bottom: double 2px #990000;
}

td {
vertical-align: top;
padding: 5px;
}

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*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: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
