  body { font-size: 14px;
    /*font-size: large;*/
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    }

  #frame { padding: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    text-align: left;
    }


  #leftframe { 
    padding: 0px;
    width: 11em;
    float: left;
    left: 10px;
   }
 
  #menu {  border: 1px solid rgb(187, 187, 187); 
    /* margin-top: 10px; */
    background: rgb(204, 204, 204) none repeat scroll 0% 50%;
    text-align: center;
    /* position: fixed; */
    }
    
  #question { border: 1px solid rgb(187, 187, 187); 
    text-align: left;
    width: 100%;
  }

  #menu a { text-decoration: none;
    color: rgb(0, 0, 0);
    }

  #menu a:hover { text-decoration: underline;
    color: rgb(0, 0, 0);
    }

  #menu a:active { text-decoration: underline;
    color: rgb(34, 34, 34);
    }

  #content { margin: 0px 0px 0px 10px;
    margin-left: 12em;
    /* background: rgb(250, 250, 250) none repeat scroll 0% 50%; */
    text-align: left;
    }

  h1 { font-size: 12px;
    padding-top: 10px;
    }
    
  a { color: rgb(0, 0, 0);
    /* font-style: italic; */
    /* font-weight: bold; */
    color: rgb(0, 0, 60);
  }

  #section { border-style: none;
    color: rgb(255, 255, 255);
    text-align: left;
    /* font-style: italic; */
    font-weight: bold;
    background-color: rgb(85, 85, 85);
    width: 100%;
    }

