/* CSS2 stylesheet for delfthuis.com */
/* Version 1.0: June 2000 */

BODY, P, DIV, TABLE, TBODY, TD, TH, DL, UL, OL, FORM, BLOCKQUOTE {
	font-family: "Verdana", "Tahoma", "Arial", "sans-serif";
	font-size: 10pt; font-weight: 200;
	text-align: left; color: white; }
	
SMALL { font-family: "Verdana", "Tahoma", "Arial", "sans-serif"; font-size: 8pt; color: white; }
I { font-family: "Verdana", "Tahoma", "Arial", "sans-serif"; font-style: italic }

BODY { background: #003366 fixed; }

A:link { text-decoration: underlined; color: yellow; }
A:hover, A:active { background: gray; }
A:visited { text-decoration: none; color: aquamarine; }
.link2 {text-decoration: none}

PRE { font-size: small; font-family: Courier, monospace; }

/* Not NN */
IMG { BORDER = 0}

H1, H2, H3, H4, H5, H6 {
	font-family: "Verdana", "Tahoma", "Arial", "sans-serif";
	font-style: italic; text-align: left; color: lightblue; }

H1 { font-size: 30pt; font-weight: 600; }
H2 { font-size: 22pt; font-weight: 600; }
H3 { font-size: 18pt; font-weight: 400; }
H4 { font-size: 14pt; font-weight: 200; }
H5 { font-size: 12pt; font-weight: 200; }
H6 { font-size: 12pt; font-weight: 200; }

TABLE { font-family: "Verdana", "Tahoma", "Arial", "sans-serif";
	font-size: 8pt; cellpadding: 4 }
TH, TD { text-align: left; vertical-align: top; }
TH { font-style: bold; }

