body  {
	font-family : "Comic Sans MS", "Trebuchet MS", Arial, sans-serif;
	color : Black;
	background-repeat : repeat;
	background-position : inherit;
	background-attachment : fixed;
	background-color : transparent;
	background-image : url(../images/100jaar.jpg);
}

h1  {
	font-size : xx-large;
	font-weight : bold;
	text-align : center;
}

h2  {
	font-size : x-large;
	font-style : italic;
	font-weight : bold;
	text-align : center;
}

h3  {
	font-size : large;
	font-weight : bold;
	text-align : center;
}

img  {
	border-style : none;
	vertical-align : middle;
}

table  {
	margin : 10px;
	padding : 10px;
	border-width : thick;
	border-style : outset;
	background : Silver url("../images/grijs.jpg") repeat;
	color : Black;
}

td  {
	border-width : medium;
	border-style : inset;
}

th  {
	border-width : medium;
	border-style : inset;
	font-style : italic;
	font-size : large;
}

.banner  {
	font-size : xx-large;
	font-family : "Matura MT Script Capitals", "Colonna MT", "Desdemona", sans-serif;
	color : Maroon;
	background-color : transparent;
}

.title  {
	font-family : "Brush Script MT", "Ribbon131 Bd BT", "ShelleyVolante BT", sans-serif;
	color : Teal;
	background-color : transparent;
}

.poster  {
	width : 75%;
	font-size : large;
}

.smaller  {
	font-size : x-small;
}

.large  {
	font-size : large;
}

.x-large  {
	font-size : x-large;
}

.floatleft  {
	float : left;
}

.floatright  {
	float : right;
}

.center  {
	text-align : center;
}

.right  {
	text-align : right;
}

.left  {
	text-align : left;
}

