<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2S Draft//EN"><HTML>
<HEAD>

<TITLE>CSS</TITLE>

<STYLE TYPE="text/css"><!--

BODY {
}

H1, H2, H3, H4, H5, H6 { 
  font-family: comic sans ms, fantasy
}

A:link, A:visited { color: #0000FF }
A:active { color: #FF0000 }

UL {
  list-style-type: circle; font-family: comic sans ms, fantasy
}

.hide {
  display: none;
  color: white;
}

.look {
  color:green; 
  font-family: comic sans ms, fantasy;
}
  
.nicetext {
  font-family: comic sans ms, fantasy;
}

SPAN.date { font-size: 0.8em }

SPAN.attribution {
  font-weight: bold
}

BLOCKQUOTE {
  margin-left: 4em; 
  margin-right: 4em;
  margin-top: 10pt; 
  margin-bottom: 10pt;
  font-style: italic;
}

ADDRESS { 
  text-align: right;
  font-weight: bold;
  font-style: italic 
}


#s1 {
  color: #000000;
  font: bold large comic sans ms, fantasy;
}

#p1 {
  margin-top: 0px;
  margin-left: 10%;
}

#s2 {
  color: #000000;
  font: small verdana, helvetica, sans-serif;

}

#p2 {
  margin-top: 0px;
  margin-left: 10%;
}

--></STYLE>
</HEAD>

<BODY></BODY>

</HTML>


