/* style.css */

body {
      background-color: #EDF2FA; 
}
#all {
      background-color: white;
      border: 1px solid black;
      width: 800px;
      min-height: 600px;
}
#head {
      text-align: center;
      background-color: #DCE6FA;
      border: 2px blue solid;
      font-family: georgia;
      font-style: normal;
      line-height: 17pt;
}
#left {
      font-color: black;
      font-size: 12pt;
      float: left;
      width: 30%px;
      margin: .5em;
      padding-left: .5em;
      padding-right: .5em;
      padding-bottom: .5em;
      border: 2px blue solid;
}
#menu LI {
      font-color: black;
      font-size: 12pt;
      margin-left: -2.5em; 
      margin-right: 1em;
      width: 11em;
      list-style-type: none; 
      text-align: center
}
#menu A {
      border-right: 2px blue outset; 
      border-top: 2px blue outset; 
      display: block; 
      border-left: 2px blue outset; 
      color: black; 
      border-bottom: 2px blue outset; 
      background-color: #DCE6FA;
      text-decoration: none
}
#menu A:hover {
      border-right: 2px black inset; 
      border-top: 2px black inset; 
      border-left: 2px black inset; 
      border-bottom: 2px black inset;
}
#right {
      text-align: left;
      font-size: 13pt;
      float: left;
      margin: .5em;
      width: 65%;
      padding-left: 1em;
      padding-bottom: 1em;
      padding-right: 1em;
      border-right: 2px blue solid;
      border-top: 2px blue solid;
      border-left: 2px blue solid;
      border-bottom: 2px blue solid;

}
#footer {
      border-right: 2px blue solid;
      border-top: 2px blue solid;
      border-left: 2px blue solid;
      border-bottom: 2px blue solid;
      float: left;
      width: 100%;
      clear: both;
      text-align: center;
}