
BODY  { background:#000000; color:#c0c0c0; background-image:url(images/Tropical_Buds2.jpg);
}


.class1 A:link {text-decoration: none; color: white}
.class1 A:visited {text-decoration: none; color: white}
.class1 A:active {text-decoration: none; color: white}
.class1 A:hover {text-decoration: underline; color: yellow;}

    H1	{
	font-family: "Times New Roman", Helvetica;
	font-style:	normal;
	font-weight:	bolder;
	font-size:	14pt;
	}

    H2	{
	font-family:	"Times New Roman", Helvetica;
	font-style:	normal;
	font-weight:normal;
	font-size:	11pt;
	}
    
       H3 {
	font-family:	"Times New Roman", Helvetica;
	font-style:	normal;
	font-weight:normal;
	font-size:	13pt;
    color:black;
    }
    
    
	
    
    
A:link {
          color: #00ffff;
          text-decoration: none;
          background: transparent;
 }

A:active {
            color: #f0f8ff;
            text-decoration: none;
            background: #FFFF00;
 }

A:visited {
            color: #add8e6;
            text-decoration: none;
            background: transparent;
 }

A:hover {
          COLOR: #90ee90;
          TEXT-DECORATION: underline
          background: transparent;
}

TABLE.n_table {
	border : thin solid Silver;
	background : #FFFFCC;
}

TABLE.ntop_table {
	background-color : #DCDCDC;
}

TR.n_odd {
	text-align : left;
}

TR.n_even {
	text-align : left;
}

    <!-- 
    BODY,DIV,TABLE,THEAD,TBODY,TFOOT,TR,TH,TD,P { font-family:'serif', font-size:x-small }
     -->
  
