/*
 * main.css
 *
 * OMSCHRIJVING
 *     Style sheet voor Combifoto en Fotografie Van Eerd
 */

BODY {
	 background: #444455;
}

H1 {
	font-family: Times New Roman, Times Roman, serif;
	font-size: 20pt;
	color: #ffffff;
}

H2 {
	font-family: Times New Roman, Times Roman, serif;
	font-size: 16pt;
	color: #ffffff;
}

TABLE.center {
	margin: auto;
}

P, TD {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #cccccc;
}

P.footnote {
	color: #666666;
}

A {
	text-decoration: none;
	color: #ffffff;
}

A:hover {
	text-decoration: underline;
}

