#tabs{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tabs li{
list-style: none;
display: inline;
margin: 0;
}

#tabs li a{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
text-decoration:none;
}

#tabs li a:link, #tabs li a:visited{
color: black;
}

#tabs li a.current{
background: #ADD8E6;
}

#tabframe{
width: 99%;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
border: 1px solid black;

}

#tabframe .a{
color:black;
}

.data{
display:none;
}

