
BODY  { background:#0000CC; color:#FBFFFF;
}

.class1 A:link {text-decoration: none; color: #FFFFFF}
.class1 A:visited {text-decoration: none; color: #FFFFCA}
.class1 A:active {text-decoration: none; color: #FFCAFF}
.class1 A:hover {text-decoration: underline; color: #FF77F7;}

    H1	{
	font-family: "Times 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:	13pt;
	}
    
       H3 {
	font-family:	"Times New Roman", Helvetica;
	font-style:	normal;
	font-weight:normal;
	font-size:	13pt;
    color:black;
    }
    
    
	
    
    
A:link {
          color: #FFFFFF;
          text-decoration: none;
          background: transparent;
 }

A:active {
            color: #FFCAFF;
            text-decoration: none;
            background: #2A55FF;
 }

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

A:hover {
          COLOR: #FF77F7;
          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 }
     -->
  
