BODY {
	font-size: 14pt; font-family:  "Century Gothic", Albany,  Helvetica, swiss; 
	color: rgb(0, 255, 0);
      background: rgb(0, 35, 0); 
	  padding: 6px;
  }
H1, H2, H3, H4 {font-family: "OCR A Extended", "Bauhaus 93", "Times New Roman"; color: rgb(250,0,250); }
h1 a:link, h2 a:link, h3 a:link { color: rgb(255,250,0); }
H1, H2 {text-align: center; align: center}
h2 {clear: both;}
H1 {font-size: 22pt; }
H2 {font-size: 20pt; }
H3 {font-size: 18pt; }
H4 {font-size: 16pt; }
.center {
	text-align: center;
}
/*
P {font-size: 12pt; font-family: swiss, arial; color: rgb(0, 255,220)}
*/
P.invisible {font-size: 12pt; color: gray}
STRONG {color: rgb(250, 0, 255)}
B {color: rgb(250, 0, 255)}
STRONG.wow {background: rgb(200, 255, 0); color: rgb(250, 0, 0)}
EM {color: rgb(240, 230,0)}
TD.left {font-size: 18pt; font-weight: bold; font-family: times; valign: top}
TD.right {font-size: 12pt; font-family: times}
BLOCKQUOTE {font-size: 12pt; font-family: times}
SPAN.caption {font-size: 80%; font-family: arial, helvetica, sans-serif }
P.footnote {font-size: 11pt; color: rgb (0, 100, 255)}
P.warning {font-family: swiss; color: rgb (255, 100, 0)}
a:link {color: rgb(255, 250, 0)}
a:visited {color: rgb(255, 130, 0)}
a:active {color: rgb(200, 55, 200)}
.footer {
	color: rgb(0,255,255);
	text-align: center;
}
div.footer {
background: rgb(0,0,230);
padding: 3px;
margin-top: 4px;
margin-bottom: 4px;
}
div.footerAds {
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px;
}
ins {
	margin-top: 4px;
	margin-bottom: 4px;
}

.left {
	float: left;
	clear: left;
	margin: 12px;
}
.right {
	float: right;
	clear: right;
	margin: 12px;
}
.break {
	clear: both;
}

div.footer td {
	background: rgb(0,0,230);
	color: rgb(0,255,255);
	font-family: "Agency FB", "OCR A Extended", "Bauhaus 93";
	font-size: 20pt;
	padding: 6px;
}
div.footer  p {
	background: rgb(0,0,230);
	color: rgb(0,255,255);
	font-family: "Agency FB", "OCR A Extended", "Bauhaus 93";
	font-size: 20pt;
	margin-left: .5in;
	margin-right: .5in;
}

a.footer:visited {color: rgb(250,0,250);}
div.contents {
   border-style: outset;
   border-width: 3;
   float: right;
   width: 23%;
   border-color: rgb(0,230,255);
   background: rgb(0,230,255);
}
div.contents li, div.contents, div.contents {
    font-size: 12pt;
	color: black;
}
div.contents a:link {
	color: rgb(130,0,230);
}
div.contents h3 {
    text-align: center;
    margin-bottom: 6;
	color: rgb(240,0,240);
}
div.notice {
   border-style: outset;
   border-width: 3;
   width: 73%;
   border-color: rgb(0,230,255);
   background: rgb(0,230,255);
   color: black;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 3em;
   font-size: 16pt;
   padding: 8pt;
}
div.notice a {
	color: blue;
}
@media (max-width: 600px) {
	img {
		max-width: 100%;
		height: auto;
	}
}
