body{ background-color:white; }

div.logo{ 
          width:800px;
          border: white solid 2px;
}

div.midashi{
          color:white;
          text-align:center;
          font-weight:bold;
          padding-top:3px;
          padding-left:15px;
          background-color:navy;
          font-size:14pt;
          width:800;
          height:20px;
}
div.main{
          background-color:white;
          color:blue;
          text-align:left;
          font-size:12pt;
          width:800px;
          height:400px;
}
div.menu{
          color:blue; 
          background-color:white;
          font-size:11pt;
          width:152px;
          height:500px;
          float:left;
}
div.menu1{
          width:150px;  height:30px;  color:#ffffff;
          font-size:10pt;  text-align:left;  background-color:navy;
          padding:10px 5px 5px 5px; margin:2px;
}
div.submenu1{
          width:150px;  font-size:9pt; text-align:left;
          background-color:#ffffff;
}
div.smitem{
         color:navy;
         background-color:white;
         padding:5px;
         margin:2px;
         font-size:10pt;
         border-style:solid;
         border-width:1px;
         border-color:navy;
}
div.sm{
         background-color:white;
         color:blue;
         text-align:left;
         font-size:12pt;
         width:510px;
         float:left;
}
div.side{
          color: navy;
          font-size: 10pt;
          background-color:whiter;
          width:130px;
}
div.new{
          color:navy;
          font-size:10pt;
          text-align:left;
          background-color: white;
          border: navy solid 3px;
          paddinng:3px;
          overflow-y:scroll;
          width: 400px;
          height:200px;
}

div.fl{ 
          color:white;
          text-align:right;
          background-color: navy;
          padding:3px;
          font-size: 11pt;
          width: 800px;
}
a:link{ text-decoration:none; }
a:visited{ text-decoration:none; }

a:hover{ color:navy; }
