body
{
  font-size: 12pt;
  font-family: Arial, Times, sans-serif;
  color: black;
  background: white;
}

.color1 { color: white; background: #cb6600; }

.color2 { color: black; background: white; }

.color3 { color: black; background: #EEE9BF; }

/* Link colors and behaviors */
a:link             { text-decoration: none; 
                        color:   #8b0000; }

a:visited         { text-decoration: none; 
                         color: #8b0000; }
