body, table, tr, td, p, ul, li {
   color: #ffffff;
   background-color: #800080;
   text-align: left;
   font-family: "Times New Roman", serif;
   border: 0px;
   vertical-align: top;
}

body {
   margin: 10px;
}

p {
   font-size: 1.0em;
   text-indent: 0px;
   margin: 16px 16px 16px 16px;
}

p.left {
   text-indent: 0px;
}

p.center {
   text-align: center;
   text-indent: 0px;
   margin: 0px; 
}

p.tcenter {
   text-align: center;
   text-indent: 0px;
}

p.mono {
   font-size: 0.9em;
   font-family: "Courier New", monospace;
   text-indent: 0px;
}

h1, h2, h3, h4, h5, h6 {
   color: #99ffff;
   background-color: #800080;
   font-family: Arial, sans-serif;
   margin: 8px 16px 8px 16px;
}

h3.center {
   text-align: center;
}

hr {
   margin: 8px 16px 8px 16px;
}

a {
   font-size: 1.0em;
   font-family: Arial, sans-serif;
   color: #33ff33;
   background-color: #800080;
   margin: 0px 3px 0px 3px;
}

a:visited {
   color: #33cc33;
   background-color: #800080;
}

img {
   border: 0px;
}

span.date {
   font-family: "Comic Sans MS", sans-serif;
   font-size: 1.6em;
   color: #ff0099;
   background-color: #800080;
}

span.ndate {
   font-family: "Times New Roman", serif;
   font-size: 1.0em;
   color: #ffcc66;
   background-color: #800080;
}

span.folder {
   font-family: "Times New Roman", serif;
   font-size: 1.0em;
   color: #99ffff;
   background-color: #800080;
}

span.author {
   font-family: Arial, sans-serif;
   font-size: 1.0em;
   color: #ffffff;
   background-color: #800080;
}

span.ctitle {
   font-family: Arial, sans-serif;
   font-size: 1.0em;
   color: #ffcc66;
   background-color: #800080;
}

span.u {
   font-family: "Times New Roman", serif;
   font-size: 1.0em;
   text-decoration: underline;
   color: #ffffff;
   background-color: #800080;
}

span.sub {
   font-family: "Times New Roman", serif;
   font-size: 0.7em;
   color: #ffffff;
   background-color: #800080;
   vertical-align: sub;
}

