/* index.css
 *
 */

@import "common.css";

BODY{
    font-size: x-small;
    background-color: #000000;
    color: #eeeeee;
    text-align: center;
    }

.notice{
    font-size: x-small;
    color: #dd0000;
    font-weight: bold;
    }


IMG.fbi{
    margin-top: 6%;
    margin-bottom:6%;
    }

TABLE.menu{
    margin: 5% 0% 5% 0%;
    font-size: x-small;
    border-style: none;;
    }

TD{
    font-size: x-small;
    padding: 0% 0% 0% 3%;
    }
