body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
background:url(../images/bg/purple1.jpg);
}

h1 {
font-size:140%;
font-weight:bold;
}
h2 {
font-size:120%;
font-weight:bold;
}
h3 {
font-size:100%;
font-weight:bold;
}
h4 {
font-size:80%;
font-weight:bold;
}



.stb_menu{
color: #FFFF33;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
margin-bottom: 1.2em;
}

.stb_menu ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.stb_menu li{
display: inline;
margin: 0px;
line-height: 1.5em;
}

.stb_menu li a{
color: white;
text-decoration: none;
padding: 3px 21px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 0px solid #DDD;
background: transparent url(images/tabright2a.gif) top right no-repeat;
}

a {
 color: gold;
}

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

.stb_menu li a:hover{
/* background-color: #CDDADA; */
color: gold;
background-color: transparent; 
}

.stb_menu li.selected a{
color: white;
text-decoration: none;
padding: 3px 21px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid black;
background: transparent url(images/tabright2b.gif) top right no-repeat;
}

.stb_menu li.selected a:visited{
color: white;
}

.stb_menu li.selected a:hover{
/* background-color: #CDDADA; */
color: gold;
background-color: transparent; 
}


