
#highlight {
		background-color: #DEEEE1;
		}

A:link	{	
	text-decoration:	underline;
	color:	#0C6C87;
	background:	none;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#004D46;
	background:	none;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#008080;
	background:	none;
	}	
		
A:hover	{	
	text-decoration:	underline;
        color:	#0F7318;
	background:	#CDDDD1;
	}	

kbd {
	padding: 1px 2px 0px 2px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
        border-color: #008000;
	font-family: "arial","helvetica";
}		
