body {
font-family: papyrus;
margin: 0;
padding: 0;
height=100%;
}

#bg_image {
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: absolute;
z-index: 0;
}
#contents {
z-index: 1;
position: relative;
}

a  {
color: #900;
text-decoration: none;
}

td.med {
font-size: 110%;
font-weight: bold;
}
td.big {
font-size: 150%;
font-weight: bold;
}

