@charset "utf-8";

body {
	margin: 0px;
	background-color: #333333;
}

h1 {
	font-family: Playball;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
}

h2 {
	font-family: Playball;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
}

.con {
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 28px;
}

.con a {
	font-style: italic;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

.con a:hover {
	font-style: italic;
	text-decoration: underline;
	color: #990012;
	font-weight: bold;
}

/*		origineel: color: rgba(100, 100, 100, 0.5); half trans
		origineel: color: rgba(100, 100, 100, 0.0); heel trans		*/
.invis {
	color: rgba(100, 100, 100, 0.0);
	text-align: center;
}
.img_l1 {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #999999;
}

.img_r1 {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	border: 1px solid #999999;
}
.img1 {
	border: 1px solid #999999;
}
.grey {
	color: #999999;
}
