body {
font-family: verdana, sans-serif;
background: url("banner2-essaouira.jpg") top center no-repeat;
}

UL {
list-style-type: square;
}

<!-- H1 {
font-size: 140%; font-family: dauphin, sans-serif; color: red;
background-color: white;
} -->

h1 {
	background-color: transparent;
	color: #006400;
	font-family: Papyrus, Garamond, Georgia, "Times New Roman", sans-serif;
	font-size: 220%;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H2 {
font-size: 100%; font-weight: bold;
}

H3 {
font-size: 100%; font-weight: normal; font-family: "Trebuchet MS", sans-serif;
}

H4 {
font-size: 80%; font-weight: normal
}

HR {
color: green;
background-color: blue;
}

A:link {
color: #ff6600; 
text-decoration: none;
background-color: transparent;
}

A:visited  {
color: #ff6699;
text-decoration: none;
background-color: transparent;
}

A:active {
color: #ff3399;
text-decoration: none;
background-color: transparent;
}

A:hover {
color: white;
text-decoration: none;
background-color:  #ff6600;
}