<!-- 
body { background-color: white; color: #000000; text-align: center; height: 100%; }

h1, h2, h3, h4, h5 { font-style: bold; color: red; text-align: center; }

hr.50 { width: 50%; color: green; align: center; }
hr.75 { width: 75%; color: blue; align: center; }

.main {background-color: lightgreen; text-align: center; border-style: solid; border-color: green; border-width: thin; }
.left { text-align: justify;  padding: 1em; }
.right { background-image: url(../images/bgltslate.gif);  padding: 1em; font-size: 12pt; text-align: center; }
.standard { text-align: center;  padding: 1em; }
.inner  { background-color: yellow; text-align: left; padding: 1em; }

.huge2 { font-size: 28pt; color: green; font-weight: bold;}
.huge { font-size: 22pt; color: green; font-weight: bold;}
.largest { font-size: 16pt; color: green; }
.larger { font-size: 14pt; color: green; }

.small { font-size: 10pt; color: darkgreen; }
.smallest { font-size: 8pt; color: darkgreen; }
.bigred {font-size: 20pt; color: red; text-align: center; }

a:visited { color: blue; }
a:active {color: red; }

a.header:link { color: white; text-decoration: none; }
a.header:visited { color: white; text-decoration: none; }
a.header:hover { color: yellow; text-decoration: none; }

.justify { text-align: justify; padding: 1em; }
.disclaim {width: 80%; font-size: 8pt;  text-align: justify; }
 -->