{
margin: 0px;
padding: 0px;
}

body
{
background-color: #FFFFFF;
color: #212121;
font-size: 15px;
font-family: Verdana;
}

a
{
text-decoration: underline;
color: #6E9A3F;
}

a:hover
{
text-decoration: underline;
color: #9BBE3C;
}

.tabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 15px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

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

.tabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 2px solid #81AA3F;
color: #FFFFFF;
background: #6E9A3F;
}

.tabs li a:visited{
color: #FFFFFF;
}

.tabs li a:hover{
color: #FFFFFF;
}

.tabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.tabs li a.selected{ /*selected main tab style */
background: white;
border-bottom-color: white;
color: #212121;
}

.tabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}