A               
{ text-decoration: none;
  color: darkblue; 
	font weight: bold}

A:hover		{ text-decoration: underline;
                color: #F35555;		
		background-color: BEIGE }

P	{ font-family: Garamond, sans-serif;
	  font-size: 12pt  }

span   {font-family: Garamond, sans-serif;
	  font-size: 12pt  }

H3		{color: darkred;
		background-color: lightgrey; 
		font weight: bold;
		font-size: 13pt}

.dark		{ font weight: bold }

.dkred    { font weight: bold;
           color: darkred}

.dkbground { background-color:#CCCCCC }