/*body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    width: 320px;
    border: 1px solid #999999;
    margin: 0 auto;
}*/
a {
    text-decoration: none;
}
#tabs ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#tabs ul li {
    display: inline;
}
#tabs ul li a {
    width: 30%;
    color: #222222;
    text-align: center;
    background-color: #cc99dd;
    float: left;
    overflow: hidden;
	margin: 0;
    padding: 10px 5px;
}
#tabs ul li:first-child a {
    border-right: 1px solid white;
	background-color: #99aadd;
}
#tabs ul li:last-child a {
    border-left: 1px solid white;
    background-color: #fe9ad7;
}
#tabs {
    height: 36px;
   /* width: 100%;*/
}
#tab1{
    background-color: #99aadd;
}
#tab2{
    background-color: #cc99dd;
}
#tab3{
    background-color: #fe9ad7;
}
#content {
   text-align: justify;
    overflow: hidden;
}
