
a {font-family: verdana; font-size:10; text-decoration: none; font-weight: ; color:black}
table {font-family: verdana; font-size:10; text-decoration: none;  color:black}
body {font-family:  verdana; font-size:10; text-decoration: none;  color:black}
A:hover {font-family:  verdana; font-size:10; text-decoration: underline; color: black; }

.Golgeli {
	BORDER-RIGHT: 2px solid; PADDING-RIGHT: 5px; BORDER-TOP: 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; BORDER-LEFT: 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: 2px solid
}

BODY {
scrollbar-face-color:#66ffff;
scrollbar-highlight-color:#F4F4F4;
scrollbar-3dlight-color:#ffff00;
scrollbar-darkshadow-color:#808080;
scrollbar-shadow-color:#EBEBEB;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#E0E0E0;
}

BODY {
	OVERFLOW-X: hidden; OVERFLOW: scroll
}
.popper {
	VISIBILITY: hidden; POSITION: absolute
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.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 */
}
