 BODY {
    color: #000;
    background: #FFCC99;
  }

H1, H2, H3, H4, H5, H6 {
  font-family: sans-serif;
}

H1 {
  color: #099; background: none transparent;
  text-align: center;
}

H2 {
  color: #066; background: none transparent;
}

H3, H4 {
  color: #033; background: none transparent;
}

A:link { color: #33f; background: none transparent; }
A:visited { color: #808; background: none transparent; }
A.active { color: #f00; background: none transparent; }

BLOCKQUOTE { font-style: italic;
             border-style: solid;
			 border-width: 1px;
	   		 border-color: #630;
			 color: #000;
	   		 background: none #ff9;
	   		 padding: 2px 5px 2px 4px;
}

BLOCKQUOTE EM { font-style: normal; }

PRE { background: none #ffc;
        border-style: solid;
        border-width: 1px;
		white-space: pre;
		color: #900;
        border-color: #000;
    	padding: 2px 5px 2px 4px;
  }

P.signature { font-size: smaller;
			  text-align: center; }
P.signature A { font-size: smaller ; }

P.signature IMG { float: right; border: none; }

SPAN.tm { font-size: xx-small;
		  vertical-align: super; }

.right { float: right;
			margin-top: 5px;
			margin-bottom: 5px;
			margin-left: 1em;
}

.left { float: left;
			margin-top: 5px;
			margin-bottom: 5px;
			margin-right: 1em;
}

P.subcaption { 	text-align: center;
				font-size: smaller;
}

CODE { color: #900; }
Q { font-style: italic; }

