:link { color: #51b7eb ; text-decoration: underline }
:visited { color: #6c9eb8 ; text-decoration: underline } /* for visited links */
:active { color: #FFCCCC ; text-decoration: underline } /* when link is clicked */
:hover { color: #1decee ; text-decoration: underline }
body  {  
  margin-top: 0%;
  margin-left: 20px;
  margin-right: 20px;
  background: url(/bg.jpg) #090930; 
  background-repeat: repeat;
}
td, body {
  color: #CCCCCC; 
  font-size: 100%; 
  font-family: Trebuchet MS, Helvetica, Verdana, sans-serif; 
}
pre {
  font-family: Lucida Console, Monaco, monospace; 
  font-size: 80%;
}
ul.fancy {
	list-style-image: url(/bullet.gif)
}
div.center { text-align: center; }
h1 { color: #EEEEEE; }
h2 { color: #DDDDDD; }
#td    { font-size: 220%; font-family:  Verdana, Arial, Helvetica; }
