/* --------------------------------- */
/* Stylesheet for C3P booking system */
/* (C) Robert Thomson - October 2001 */
/* --------------------------------- */
H1 {
 font-family: "old english", serif;
 color: green;
}

BODY.black {
 background: #000000;
}

TABLE.full {
 width: 100%;
 height: 100%;
 padding: 5px;
 border-width: 0;
}

TD.inimage {
 background: #000000;
 text-align: center;
 color: #FFFF00;
}

TD.inhead {
 background: #000000; 
 color: #FFFFFF;
 height: 80px;
 text-align: center;
}

TD.infoot {
 background: #000000; 
 color: #FFFFFF;
 height: 50px;
 text-align: center;
 font-size: 10pt;
}

TD.inmenu {
 background: #000000; 
 color: #FFFFFF;
 width: 250px;
 text-align: center;
}

IMG.logo {
 height: 50;
 width: 120;
 border-width: 0;
 vertical-align: middle;
}
