body,td,th {
    background-image:url(../img/bg.gif);
    background-repeat:repeat;
    font-size: small;
    color: #333333;
}
a:link {
    color: #ffffff;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #ffffff;
}
a:hover {
    text-decoration: none;
    color: #ff0000;
}
a:active {
    text-decoration: none;
    color: #330000;
}
body {
    background-color: #ffff00;
}
img {
    border-style:none;
}
h1 { 
    font-size: small;
    color:#000000;
    padding:0.5px; 
}
h2 { 
    color: #000000; 
    font-size: small;
    text-align: right; 
} 
h3 { 
    color: #000000; 
    font-size: small;
}
ul {
    display: inline;
    list-style:none;
    text-align: center;
}
li { 
  float:left;
  width: 133px;  
  height:40px;  
  background: url(../img/li.jpg) no-repeat;
  text-align: center;
  padding: 10px 0px; 
  color:white;
}
.style1 {
    background-color: #cc0000;       
    text-align: right;  
}
.style11 {font-size: small;
}
.a {
clear: both;
color:white;
text-align: right;
background:#000000;
padding:0.5px;
border-right:solid 1px #ccc;
border-bottom:solid 1px #ccc;
}
.aa { 
    clear: both;
    background:#ffffcc;
    border: 1px solid gray;
    margin:0px 0px 10px 0px;
    padding:10px;
}
.bb {
   background:#ffffff;
   margin:20px 30px 30px 30px;
   padding:30px 30px 30px 50px;
   border: 1px solid gray;
}
.cc {
  background: url(../img/footer.gif) no-repeat;
  height:25px;
  padding:5px 0px 0px 0px;
  text-align: center;
}
.dd {
   background:#000000;
   padding:30px 30px 30px 50px;
   border: 1px solid gray;
}
#all {
    width : 800px;
    margin : 0px auto;
    background:#ffff00;
    border-color: #000000; border-width: 1px; border-style: solid; 
}   
#header {
    width: 800px;
    padding:0px 10px 0px 0px;
}

}
#b { 
    width: 270px;
    height:100px;
    float: right;
}
#c {
    clear: both;
    width: 520px;
    border-color: #cccccc; border-width: 1px; border-style: solid;
    padding:15px;
}
#main {
    width: 380px; 
    float: right; 
    padding: 10px 0px 0px 10px; 
}
#text{
    width: 340px;
    float: left;
    background:#ffffff;
    margin:10px 10px 10px 30px;
    padding: 10px 10px 10px 10px;
   
    border-color: #000000; border-width: 5px; border-style: solid;
}
#footer {
    text-align: center;

}