BODY	{
   /*     background-color: #20b2a6;  */ 
       background-color: #f0f0ff; 


	}

BODY, P, UL, OL, TABLE, TD, TH, SPAN, DIV {
        font-family: GillSans, Verdana, Tahoma, "Myriad Web",
	Syntax, sans-serif;  
  	color:  #000000;
        }

LI	{
	padding-top: 10px;
	}

LI.compact{
	padding-top: 1px;
	}

TD, TH	{
	vertical-align: top;
        }

TABLE.border 	{
       /* border-collapse: collapse */
        border:  5px solid red;
        padding: 5px;
        margin: 30px;
        }


ADDRESS {
        font-family: "Gill Sans", GillSans, Verdana, Tahoma, "Myriad Web",
	Syntax, sans-serif;
        color:  #F5F5F5;
        background:     #4125d9;
        font-size: 80%;
        padding-top: 12px;
        padding: 6px;
	font-style:     normal;
	}

PRE     {
        font-family: 'Andale Mono', 'Monotype.com', "Courier New", 
	monospace;
        }

HR      {
        color:  #336699;
        }

H1,H2,H3,H4,H5,H6
        {
        font-family:  Arial, "MS Arial", Helvetica,  sans-serif; 
        font-weight: 600;
       color:  #241499; 

	}

.center {
	text-align: center;
	}

DT	{
	font-weight: bold;
	}

EM      {
        font-style:     normal;
        font-weight:    bold;
        }

STRONG, TH  {
        font-style:     italic;
        font-weight:    bold;
        }

EM STRONG, STRONG EM    {
        text-transform: uppercase;
        font-style:     normal;
        font-weight:    bolder;
        background:     #006;
        color:  #F5F5F5;
        }

B       {
        font-weight:    bold;
        }

I       {
        font-style:     italic;
        }

A:link  {
        text-decoration:        none;
        font-weight:    bold;
/*       color:  #0EC965;
        color:  #970FE0;	
        color: #402EF1;
          color: #931DD3;  
        color: #B447EF;  */   
        color:  #66CCFF;

   }

A:visited       {
        text-decoration:        none;
        font-weight:    bold;
	color: #8740FF;     
        }

A:active        {
        text-decoration:        none;
        font-weight:    bold;
        color:  #0000FF;
        background:     #000000;
        }

A:hover {
        text-decoration:        none;
        color:  #FFCC00;
        background:  #000000;
        }

A.offsite       {
        text-decoration:        underline;
	}
img.topright 	{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	}




