body 
{
background-image: url("/images/gray1.gif");
background-repeat: repeat;
background-color:  cccccc
}

ul.disc {list-style-type: disc}


/* Text */
p {color: "#000000"}
p {font-family: georgia}
p {font-size: 100%}

p.label {font-size: 120%}

   /* title label (for titles with no links or pics)*/
p.tlabel {font-size: 120%; font-weight: bold}

   /* spoiler font */
p.spoiler {color: "e0e0e0"}


/* Links */

a {color: 990000; text-decoration: none}
a:hover {color: cc0000; text-decoration: underline} 

/* Tables */

td.writing {padding: 1.0cm 1.0cm}
td.writing {background-color: e0e0e0}
td.writing {border-style: ridge; border-width: 3px}
table.writing {border-style: ridge; border-width: 5px}

td.clear {padding: 0.5cm 0.5cm}
td.clear {border-style: ridge; border-width: 3px}


/* Inset Paragraphs */

p.dotted {border-style: dotted}
p.dashed {border-style: dashed}
p.solid {border-style: solid}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset}
p.inset {padding: 0.3cm 0.3cm}
p.outset {border-style: outset}




