body
  { 
    background: #333333;
    }
h1
  { 
    color: #FF9900; background: #000000;
   }
h2
  {
    color: #CCCCCC}
h3
  { 
    color: #FF9900;
 }
h4
  {
    color: #CCCCCC;
    }
h5
  {
    color: #CCCCCC;
    }
h6
  {
    color: #CCCCCC;
    }
p
  { 
    color: #CCCCCC;
	text-align: justify;
     }
a
  { 
    color:#FFFFCC;
}
a:hover 
  { color: #000033;
    background: #FFCC66}
table.head
  { background: #000000}
  
  td {
 	color: #CCCCCC;
 }

  th {
 	color: #CCCCCC;
 }
