
/*CSS for X-Browsers*/


#menu {
    margin:0px;
    float:left;
    width:210px;
    height:300px;
    margin-left:0px;
  }


a {
    color : #3179ac;
    text-decoration : none;
  }


a:hover {
    color:#73B1FE;
  }


li {
    font-family : Serif;
    list-style-type : none;
  }


li:hover {
    text-transform:capitalize;
  }


td {
    color:#3179ac;
  }


body {
    font-family : 'Century Schoolbook',serif;
    font-size : 20px;
    height : 99%;
    width : 99%;
  }


