h1 {
	color: rgb(200,255,255);
	font-family: Arial Narrow;
	font-weight:700;
	line-height:30px;
	text-align:left;
	}
h2 {
	color: rgb(200,255,255);
	font-family: Arial;
	font-weight:900;
	}
h3 {
	color: rgb(102,0,51); 
	font-family: Book Antiqua, Times New Roman, Times;
}

h4 {
	color: rgb(51,102,51);
	font-family: Book Antiqua, Times New Roman, Times;
}

h5 {
	color: rgb(102,0,51);
	font-family: Book Antiqua, Times New Roman, Times;
}

h6 {
	color: rgb(33,66,99);
	font-family: Book Antiqua, Times New Roman, Times;
}

a:link {color: rgb(0,153,153);}
a:visited {color: rgb(255,0,255);}
a:hover {font-weight:bold;} 

#tt {
  color: rgb(0,0,0);
  position:absolute;
  top:170;
  left:5;
  width:135;
  height:150;
  font-size:8px;
  font-family:arial;
  }
 
#main {
  position:absolute;
  top:110;
  left:165;
  width:535;
  font-family:  Book Antiqua, Times New Roman, Times;
  color: rgb(102,102,153);
  }