
/*CSS for X-Browsers*/

#menu {
    margin:0px;
    float:left;
    width:210px;
    height:300px;
    margin-left:0px;
    background-image : url('../pics/menu.png');
    background-repeat : no-repeat;
  }


a {
    color : #3179ac;
    font-family : Serif;
    text-decoration : none;
    text-shadow : #A1A1A1 4px 4px 3px;
  }


a:hover {
    color:#73B1FE;
  }


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


td {
    color:#3179ac;
    text-shadow : none;
  }


body {
    background-attachment : fixed;
    background-color : #ffffff;
    background-image : url('../pics/background.jpg');
    background-position : 0px 0px;
    background-repeat : no-repeat;
    font-family : 'Century Schoolbook',serif;
    font-size : 20px;
    height : 99%;
    width : 99%;
  }


