body            {background-color: teal !important; color: #0fff00; font-weight:bold; font-size:1.2em; font-family:cursive; }
a:link          {background-color: transparent; color: #ff0000; }           /* unvisited links */
a:visited       {background-color: transparent; color: #cccccc; }           /* visited links   */
a:hover         {background-color: transparent; color: yellow;  }           /* user hovers     */
a:active        {background-color: transparent; color: #ff0000; }           /* user active     */
div a:link      {color: red }    /* unvisited links */
div a:humor:visited {color: blue }   /* visited links   */
div a:humor:hover   {color: yellow } /* user hovers     */
div a:humor:active  {color: lime }   /* active links    */
a                    {text-transform: lowercase;}
a.transformnone      {text-transform: none;}

div.menuBar a.menuButton {
  COLOR: #000000; FONT-FAMILY: cursive, "MS Sans Serif", Arial, sans-serif; FONT-SIZE: 1.0em; FONT-STYLE: normal; FONT-WEIGHT: normal;
}

h1            {color:white; font-size:1.8em; margin-top:10px;}
h2            {color:white; font-size:1.2em; margin-top:10px;}
h3            {color:white; font-size:1.0em; margin-top:10px;}
h4            {color:white; font-size. .8em; margin-top:10px;}
h5            {color:white; font-size: .7em; margin-top:10px;}
h6            {color:white; font-size: .6em; margin-top:10px;}


div.clear            {clear: both;}
div.floatleft        {float:left;}
div.floatright       {float:right;}
div.floatcenter p    {text-align: center;}

span.clear           {clear: both;}
span.floatleft       {float:left;}
span.floatright      {float:right;}
span.floatcenter p   {text-align: center;}

div.center           {text-align: left}
div.left             {text-align: left;}
div.right            {text-align: right;}

img                  {border:none;  vertical-align : top; }


.left                {text-align:left;}
.right               {text-align:right;}
.center              {text-align:center;}
div.center           {text-align:center;}

