

body {
    background-color : #ffc9c9;
    font-family : sans-serif;
    font-size : 10px;
  }


td {
    vertical-align: top;
  }


.box {
    border : #c0c0c0 solid thin;
  }


.footer {
    width: 750px;
    font-size : 8px;
    text-align : center;
  }


.table_main {
    background : #FFFFFF;
    width : 750px;
    font-size: 11px;
    border : #c0c0c0 solid thin;
  }


.table_row_logo {
    height : 65px;
  }


.table_row_menu {
    height : 25px;
  }


a:link {
    color : #777777;
    text-decoration : inherit;
  }

a:visited {
    color : #777777;
    text-decoration : inherit;
  }

a:hover {
    text-decoration : underline overline;
  }


