.nop {}

A:link {
	  color:	blue;
}

A:visited {

}

BODY {
	  margin-top:		24pt;
	  margin-left:		4ex;
	  margin-right:		4ex;
	  background-color:	white;
	  background:		white;
	  color:			black;
	  font-family:	Optima, sans-serif;
}


H1 {
    padding: 1ex;
    background-color:	#66B6D9; /*#5DB1D5;*/ /*#6AA1B8;*/
    color: black;
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5em;
}


H2 {
/*    border-top: medium solid black;*/
    border-top-left-radius: 0.5em;                                              
    border-top-right-radius: 0.5em;                                             
    padding-left: 0.25em;                                                       
    border-bottom: thin solid #147098; /*black;*/
    background-color: #ffe299; /*#ffd771;*/
    color: black;
    font-size: x-large;
    font-weight: bold;

}

H3 {
    font-weight: bold;
    font-size: large;
    color: #147098; /*#2581aa;*/
    border-bottom: thin solid #f2b316; /*#ffd771;*/ /*#ffe299;    */
}


H4 {
    font-weight: bold;
    font-size: medium;
    font-style: italic;
    color: #061355;
}
