  a { text-decoration: none; } 						/* Applies to all anchors */ 
  a:link { text-decoration: none; color: blue; }			/* Applies to all normal, unvisited links */
  a:active { text-decoration: none; color: blue; } 			/* Applies to active links */
  a:visited { text-decoration: none; color: blue; } 			/* Applies to visited links */
  a:hover { text-decoration: underline; color: blue; } 		/* Applies to links when the mouse is over them */


BODY  {font-family: arial,helvetica,helv,geneva,sans-serif; font-size: 10pt; background-color: fdfdda; margin-left: 1cm }

P, UL     {font-family: arial,helvetica,helv,geneva,sans-serif; 
			font-size: 10 pt; 
			background-color: FDFDdA; 
			margin-left: 1cm;  }

TABLE     {font-family: arial,helvetica,helv,geneva,sans-serif; font-size: 10pt; background-color: FDFDdA; margin-left:  }

H1 { font-size: 14pt; color: midnightblue; }

H2 { color: midnightblue; font-size: 14pt; margin-bottom: 2pt}

H3 { color: midnightblue; font-size: 10pt; font-style: italic;}





  

