/* This style sheet specifies a black background, white sans-serif text, with light blue accents. */

body {
   font-size: x-small; 
   background-color: #000000;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   color: #FFFFFF;
}

a:link, a:visited, a:active { 
   color: lightblue
}

a.black:link, a.black:visited, a.black:active { 
   color: #000000 
}

p {
   font-size: x-small;
}

p.center {
   text-align: center
}

p.indent {
   margin-left: 1cm
}

p.title {
   text-align: center;
   font-size: small;
   color: lightblue;
   font-style: italic 
}

td {
   width: 240
}
td.blue {
   background-color: lightblue; 
   color: #000000; 
   width: 240
}
