h1{
	font-size: 28pt;
  font-family: verdana;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: #33FFFF;
  
}
.titletext {
  font-size: 28pt;
  font-family: verdana;
  /*
  text-align: center;
  */
  font-weight: bold;
  font-style: italic;
  color: #33FFFF
  
}
.shadow {
	font-size: 28pt;
  font-family: verdana;
  /*
  text-align: center;
  */
  font-weight: bold;
  font-style: italic;
  color: #33CCCC;
  /*
  margin-top: -50px;
  */
  margin-top: -42px;
  margin-left: 3px 
}

div.box {
  position: absolute;
	display: block;
  margin-top: 2;
  margin-left: 50;
  margin-right: 200;
  width: 190;
  color: #003366;
  font-size: 12;
  text-align: left;
  border: 0;
  margin-left: 0;
  font-weight: normal;
  height: 30px;
  opacity: 1.0;
}
div.header {
  position: absolute;
	display: block;
  margin-top: 10;
  margin-left: 50;
  margin-right: 200;
  width: 190;
  color: #333366;
  font-size: 16;
  font-weight: bold;
  text-align: center;
  border: 1px solid #009999;
}


P.main {
  font-family: arial;
  font-size: 20pt;
  color: white;
}

P SPAN {
  font-style: italic;
  font-size: 24;
}
.text {
 color: red;
 margin-left: 20px;
 margin-right: 20px;
 font-size: 28px;
 font-family: Arial black;
}
.highlight {
 color: darkred;
 margin-left:8px;
 margin-top: -38px;
 font-size: 28px;
 font-family: Arial black;
}

.shadow {
	text-shadow: #666666 10px 10px 10px;
}
