/* Plaatjes altijd als watermerk */

/*

 {
	background-attachment: fixed;
}

*/

/* Effect bij muis boven link */
a:hover
{
	font-style: italic; font-weight: bold;
}

body
{
	font-family: "Century Gothic", sans-serif;
	background-color: #7C1621;
}

/* Kleuren van links */
a
{
	color: #FFCCCC; 
}

td.nav a
{
/*	color: #FFCCCC; */
	color: #000000; 
	text-decoration: none;
}

/* Navigatiebalk */
td.nav
{
	background-color: #CECECE;
	vertical-align: top;
}

.white
{
	color: #000000;
	background-color: #F6F6F8;
}

.white a
{
	color: #000000;
	background: transparent;
}

td.kop
{
	background-color: #302D2C;
	color: #FFE6E6;
/*	height: 180; */
}

/* Eigenschappen van koptekst */
h1, h2, h3, h4, h5, h6
{
   	font-family: "Century Gothic", sans-serif;
	font-weight: normal;
}

.white h1, h2, h3
{
	color: #9F1C28;
}


/* Eigenschappen van lijsten */
li
{
	list-style-type: circle; /* opsommingsteken */
}
