body, table, td, tr, div, p, ul {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#333;
    font-size: 10px;
}
h1 {
    font-family:Georgia, Times, "Times New Roman", serif;
    font-size:14px;
    font-weight:bold;
    font-style:italic;
    color:#333;
    margin:0 -10px;
    text-transform:lowercase;
    background:url(content.jpg);
    line-height:24px;
    padding-left:5px;
}
h1 a, h1 a:hover {
    background:none;
}
h1 a:hover {
    color:#333;
}
h2 {
    font-family:Georgia, Times, "Times New Roman", serif;
    font-size:12px;
    font-weight:bold;
    font-style:italic;
    color:#333;
    margin:-10px 0 0;
    text-transform:lowercase;
    background:url(content.jpg);
    line-height:20px;
    padding-left:5px;
}
a {
    text-decoration:none;
    color:#333;
    background:url(link.jpg) bottom repeat-x;
}
a:hover {
    background:url(hover.jpg) bottom repeat-x;
    color:#999;
}
.t1 textarea {
    font-size:10px;
    width:130px;
    height:65px;
    border:1px solid #999;
    background:#fff;
}
textarea.ta2 {
    font-size:10px;
    overflow:hidden;
    height:65px;
    border:1px solid #999;
    background:#fff;
    width:200px;
    margin-bottom:5px;
}
input, select, textarea {
  font-family:Verdana;
  font-size:10px;
  border:1px solid #999;
  background:#fff;
  color:#000000;
}
.back {
    margin:5px 0 0 10px;
}
.t1, .t2 {
    text-align:center;
}
ul {
  list-style-type:none;
  list-style-image:url(list.jpg);
  margin:0 5px;
  padding:0 15px;
}
li {
  margin:0;
  padding:3px 0;
}
.stats {
  margin-left:20px;
}

#header {
    width:300px;
    height:270px;
    margin:0 auto;
}
#main {
    width:300px;
    margin:0 auto 20px;
}
.content_box, .content_box1 {
    padding:5px;
    color:#666;
    margin:3px 0 20px;
    line-height:15px;
    text-align:justify;
}
.content_box1 img {
    margin:6px; padding:1px; border:3px solid #ccc;
}
.imgbox {
    padding:5px;
    margin:3px 0 20px;
    text-align:center;
}