BODY { color: #999; background-color: #000000; background-repeat: no-repeat; background-attachment: fixed } 
H1 { color: #c63; font-family: arial, sans-serif } 
H2 { color: #c63; font-family: arial, sans-serif } 
H3 { color: #c63; font-family: arial, sans-serif } 
H4 { color: #c63; font-family: arial, sans-serif } 
H5 { color: #c63; font-family: arial, sans-serif } 

p { color: #000; font-size: 10pt; font-family: arial, sans-serif; text-indent: 0; padding: 1em } 
A{ 
  color: #ffffff; 
  font-family: arial, sans-serif;
  text-decoration: none; 
} 
A:VISITED{ 
  color: #ffffff; 
  font-family: arial, sans-serif;
  text-decoration: none; 
} 
A:HOVER  { color: #cc6633; font-family: arial, sans-serif; text-decoration: none } 
A:ACTIVE{ 
  color: #663399; 
  font-family: arial, sans-serif;
  text-decoration: none; 
} 
UL{ 
  color: #ffffff; 
  font-family: arial, sans-serif;
  font-size: 10pt;
  padding: 1.em;
  text-indent: 0em; 
  list-style-position: outside; 
}

div.box_purple 
{
    background-color:#663399; 
    border-top: #000000 2px solid;
    width: 100%;
}

div.box_gray
{
    background-color:#cccccc; 
    width: 100%;
}
div.box 
{
    background-color:white; 
    border: solid; 
    border-width: thin;
    width: 100%;
    border-top:black 1px solid;
    border-bottom:black 1px solid;
    border-left:black 1px solid;
    border-right:black 1px solid;
}