/* -- GENERAL STYLE, ALL TAGS INHERIT FROM BODY -- */
body { background-color:#FFFFFF; }

table.category { border:#cc9900 outset 3px;
    background-color:#DBB74C;
    width:100%;
    vertical-align:top }

table.category th { text-align:center }

table.category td { text-align:left;
    vertical-align:top;
    font-size:10pt }

table.category td.catlink { text-align:left }

table.catitem { border:none }

table.catitem td { text-align:left;
    vertical-align:top }


/* ------- LINK COLORS ------- */
a { color: rgb(51,102,153) }


/* -----DETAIL OF FUNCTION LINKS----- */
a.func { cursor:hand;
    text-decoration:underline }

a.event { text-decoration:none;
    color:black }
a.event:hover { text-decoration:underline; }


/* Commented out because Netscape doesn't handle imports.
   Links used instead.
@import URL("Mini-Cal.css");
@import URL("MonthView.css");
@import URL("WeekView.css");
@import URL("DayView.css");
@import URL("../Border.css");
*/