/* CSS Document voor de website van 't Eenvoudig Bestaan
opgemaakt : 11 april 2004 - laatste wijziging : 11 april 2004 */

/*Opmaak voor body*/
BODY {
	background-color: #333333;
	}

/*Opmaak voor gewone tekst*/
P {
	color: #E6C673;
	font-size: 28px;
	background-color: transparent;
	font-family: Liberate, "Monotype Corsiva","Edwardian Script ITC", Script;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 30px;

}

/*Opmaak voor navigatietekst in linkerkolommen*/
.kolom {
	color: #E6C673;
	font-size: 34px;
	background-color: transparent;
	font-style: oblique;
	font-weight: normal;
	font-family: Liberate;
	letter-spacing: 2px;
}

/*Opmaak voor tekst in de layers*/
.layers {
	color: #E6C673;
	font-size: 30px;
	background-color: transparent;
	font-style: oblique;
	font-weight: normal;
	font-family: "Edwardian Script ITC";
	letter-spacing: 2px;
}


/*Opmaak voor hyperlinks*/

A:link {
  color: #E6C673;
  text-decoration: underline;
  font-style: normal;
  background-color: transparent;
}

A:hover {
  font-style: normal;
  text-decoration: none;
  color: #E6C673;
  background-color: transparent;
}

A:visited {
  color: #E6C673;
  font-style: normal;
  text-decoration: underline;
  background-color: transparent;
}

A.menu:link {
  font-size: 28px;
  color: #E6C673;
  text-decoration: none;
  font-style: normal;
  background-color: transparent;
}

A.menu:hover {
  font-size: 28px;
  color: #E6C673;
  font-style: normal;
  text-decoration: underline;
  background-color: transparent;
}

A.menu:visited {
  font-size: 28px;
  color: #E6C673;
  font-style: normal;
  text-decoration: none;
  background-color: transparent;
}

