﻿body{
     margin:0px;
     text-align:center;
     font-size:12px;
}
div,td{
     font-size:12px;
}
a{
  color:black;
  text-decoration:none;
}
a:hover{
  color:red;
}

#banner1{
     margin:auto;
     margin-top:0px;
     width:956px;
     height:134px;
     text-align:center;
     border-width:0px;
     overflow:hidden;
}
#content{
     margin:auto;
     margin-top:0px;
     width:956px;
     height:372px;
     border:1px solid #009999;
     overflow:hidden;
}

.text1{
     text-align:left;
     line-height:1.5;
}