
body{

	background-color: #66CABB;

	font-family: arial;

	font-size: 100%;

	margin: 0px;

	padding: 0px;

	background-image:
url(../img/turq-bg-top.jpg);

	background-repeat: repeat-x;
}

#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:	#FEFE00;
	}	

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



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #008080;
	text-align: center
 	padding-top: 12px;
	padding-bottom: 3px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #008080;
	text-align: center
	padding-top: 12px;
	padding-bottom: 3px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #008080;
	text-align: center
	padding-top: 10px;
	padding-bottom: 3px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #008080;
	text-align: center
	padding-top: 6px;
	padding-bottom: 0px;
}

