

/* GENERIC */
H1  {
  font-weight: bold;
  font-family: Segoe UI;
  font-size: 40px;
  color: #366092;
  
}

H2_florida  {
  font-weight: bold;
  font-family: Times New Roman;
  font-size: 30px;
  color: #366092;
}

H3  {
  font-weight: bold;
  font-family: Segoe UI;
  font-size: 18px;
   color: #cc00cc;
}

H4  {
  font-weight: bold;
  font-family: Segoe UI;
  font-size: 14px;
 
}

H5, DT  {
}

H6  {
}





TFOOT, THEAD    {
}

TH  {
}

a:link  {
  color: #007FAD;
  text-decoration: underline;
  font-family: Segoe UI;
  
}

a:visited   {
  color: #007FAD;
  text-decoration: underline;
  font-family: Segoe UI;
  
}

a:hover {
  color: #3300ff;
  text-decoration: underline;
  font-family: Segoe UI;
 
}

a:active {
  font-family: Segoe UI;
  color: #cc00cc;
  text-decoration: underline;
}

p {
  color: #000000;
  font-size: 18px;
  font-family: Segoe UI;

}
SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
  color: #555555;
  font-size: 18px;
   text-decoration: italics;
  font-family: Segoe UI; 
}


UL LI   {
  color: #3300ff;
  font-size: 18px;
  font-family: Segoe UI;
}

UL LI LI    {
   color: #2222ff;
  font-size: 12px;
  font-family: Segoe UI; 
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
    display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  height:10px;
  color: #ffd700
  background-color: #ffd700
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 100%;
}

img {
   max-width: 100%;
   height: auto;
}

