BODY {
  color : white;
  background : black;
}

.hide {
  display: none;
  color: black;
}

#s1 {
  color: #FFFF99; 
  font: italic 40px Verdana, sans-serif;
}

#p1 {
  margin-top: 0px;
  margin-left: 0px;
  text-align: left;
  margin-bottom: 0px;
}

#s2 {
  color: #CC66FF; 
  font: bold 20px Courier New, monospace;
}

#p2 {
  margin-top: -15px; 
  margin-right: 30px;
  text-align: right;
  margin-bottom: 0px;
}

#s3 {
  color: #FF9999;
  font: 25px Impact, sans-serif;
}

#p3 {
  margin-top: -20px;
  text-align: center;
  margin-right: 50px;
  margin-bottom: 0px;
}

#s4 {
  color: #CC66FF; 
  font: bold 30px Courier New, monospace;
}

#p4 {
  margin-top: -10px;
  text-align: right;
  margin-right:	40px;
}


.q {
	color: #FFFFFF;
	font-style: italic;
	font-size: 100% ;
}

.cap {
	color: #99FF80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80% ;
}

.CREDITS {
	font-size: x-small;
	color: #AAAAAA;
}	

P { 
	font-family: Georgia, Times, serif;
	color: #F5F1AF;
}

H1
{
	font-family: arial, helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	color: #FDB043;
}

H2
{
	font-family: arial, helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #FFFF00;
}

H3
{ 
	font-family: arial, helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #FFFF00;
}

A:link
{
	color: #B1DFF3;
	text-decoration: underline;
}

A:visited
{
	color: #99FF80;
	text-decoration: underline;
}

A:active
{
	color: red;
	text-decoration: none;
}

A:hover
{
          color: black;
          background-color: #FFFF99;
          text-decoration: none;
}

DT {
	margin-top: 1em;
	color: #FFFF00;
}

DD {

}

LI {
//  color : 

}
