/* gen-style css. */
/* xxxhttp://www.westciv.com/style_master/academy/hands_on_tutorial/05.basic_properties.html */

body { background-color: #707070 /*#ffffff*/;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
}

td {background-color: #e0e0e0; font-size: 1em;}
td.menu {background-color: #ffcccc}

span.small {font-size: .7em;}

table {
WIDTH: 800px;
}

h3 {color: #3399ff /* #ff6633 */}

h3.inset {border-style:inset;
border-color: #3399ff /* #ff6633 */
}