

body {
    background-color : #060708;
    background-image : url('../images/menu_top.jpg');
    background-repeat : no-repeat;
    color : #ff6600;
    font-family : arial narrow;
    font-size : 20px;
    font-weight : bold;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }

a {
    text-decoration : none;
    color : #ff6600;
  }


#menu_item {
    background-image : url('../images/button.gif');
    font-family : arial narrow;
    font-size : 21px;
    font-weight : bold;
    background-repeat : no-repeat;
    text-align : center;
    vertical-align : middle;
    width : 225px;
    height: 43px;
  }


a:hover {
    color : #ffffff;
  }

