
BODY {
    font-size : 12pt ;
//    font-family : arial ;
    color : rgb(255, 255, 0) ;
    background : url("../image/menuback.gif") top left repeat-y ;
}

TD {
    text-align : center ;
    padding-bottom : 5px ;
}

TD.title {
	text-transform: uppercase;
//    font-weight : bold ;
    padding-top : 10px ;
}

A {
    text-decoration : none ;
    color : rgb(255, 255, 0) ;
}

A:hover {
    text-decoration : none ;
    color : rgb(255, 0, 0) ;
}
