body {  background-color: #ffffff ;
       # background-attachment: fixed;
       font-family: arial, helvetica, san-serif;
}
/* TEXT ----------------------------------- */

p: { color: #000000;
     font-size: 12px }
p:title { color: #ffffff }
p:schedule { color: #ff0000 }
p:header {color: #ffcc00 }

p:menu {margin-left: 10px}

/* Standard default link colors, underline */
a:link { color: blue; text-decoration: underline }
a:visited { color: blue; text-decoration: underline }
a:active { color: blue; text-decoration: underline; }
a:hover { color: green; text-decoration: underline; }

/* Differentiate titlebar links */

a.title:link { color: white; text-decoration: underline }
a.title:visited { color: white; text-decoration: none }
a.title:active { color: orange; text-decoration: none }
a.title:hover { color: yellow; text-decoration: underline }

a.special:link { text-decoration: none }
a.special:visited { text-decoration: none }
a.special:active { text-decoration: none }
a.special:hover { color: orange; text-decoration: none }

DIV.title a:link { color: white; text-decoration: underline }
DIV.title a:visited { color: white; text-decoration: none }
DIV.title a:active { color: orange; text-decoration: none }
DIV.title a:hover { color: yellow; text-decoration: underline }

.new {color: white; background: red }
p.white {color: white;
     font-size: 12px}
td.red {color: white; background: red; font-size: 12px }
