    body {
        background : #3E4342;
        margin: 0;
        color : #826F53;
        font-size : 11px;
        font-weight:bold;
    }
    td.head {
        background : #A9AA9A;
        font-size : 11px;
        font-weight:bold;
    }
    td.data {
        background : #E7D4B8;
        font-size : 11px;
        font-weight:bold;
    }
    a:link {
        color : #705D41;
        font-size : 12px;
        font-weight:bold;
        text-decoration : none;
    }
    a:visited {
        color : #705D41;
        font-weight:bold;
        text-decoration : none;
    }
    a:active {
        color : #705D41;
        font-weight:bold;
        text-decoration : none;
    }
    a:hover {
        color : #C57402;
        font-weight:bold;
        text-decoration : underline;
    }
    b {
        text-align : center;
        font-weight:bold;
        font-size : 11px;
    }
    .heavy {
        text-align : center;
        font-weight:bold;
        font-size : 12px;
		color : #502F01;
    }
   .norm {
      font-size: 10px;
      width:125px;
      height:20px;
    }
    p (
        font-size : 12px;
        font-weight:bold;
    )

