/* Gekry van http://www.thenoodleincident.com/tutorials/typography/index.html */
/* en ook van http://websitetips.com/articles/css/fonts/ */

/* Step 1: Base font sizing */
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/papier.gif); /*in die finale css moet dit wees: url(http://www.winterbach.za.net/images/papier.gif); */
	font-family: Arial, Helvetica, sans-serif;
	color: #595649;
	font-size: 76%;			/* Changes font sizing in ems. 76% is as small as you can go and stay the same across browsers */
	font-style: normal;
	font-weight: bold;
	}
.bruin { font-size: 1.0em; font-weight: bold; color: #804000; }
.swart { font-size: 1.0em; font-weight: bold; color: #000000; }
.afr1 { font-size: 2.0em; font-weight: bold; color: #595649; }
.afr2 { font-size: 1.7em; font-weight: bold; color: #595649; }
.afr3 { font-size: 1.4em; font-weight: bold; color: #595649; }
.afr4 { font-size: 1.0em; font-weight: bold; color: #595649; margin-top: 0em; margin-bottom: 0em; }
.afr5 { font-size: 0.8em; font-weight: bold; color: #595649; margin-top: 0em; margin-bottom: 0em; }
.eng1 { font-size: 2.0em; font-weight: bold; color: #0066cc; }
.eng2 { font-size: 1.7em; font-weight: bold; color: #0066cc; }
.eng3 { font-size: 1.4em; font-weight: bold; color: #0066cc; }
.eng4 { font-size: 1.0em; font-weight: bold; color: #0066cc; margin-top: 0em; margin-bottom: 0em; }
.eng5 { font-size: 0.8em; font-weight: bold; color: #0066cc; margin-top: 0em; margin-bottom: 0em; }
.ger1 { font-size: 2.0em; font-weight: bold; color: #009900; }
.ger2 { font-size: 1.7em; font-weight: bold; color: #009900; }
.ger3 { font-size: 1.4em; font-weight: bold; color: #009900; }
.ger4 { font-size: 1.0em; font-weight: bold; color: #009900; margin-top: 0em; margin-bottom: 0em; }
.ger5 { font-size: 0.8em; font-weight: bold; color: #009900; margin-top: 0em; margin-bottom: 0em; }
.forum { font-size: 0.8em; color: #000000; }
.forum_afr { font-size: 0.8em; color: #000000; }
.forum_eng { font-size: 0.8em; color: #0066cc; }
.forum_ger { font-size: 0.8em; color: #009900; }
.klein { font-size: 0.6em; color: #000000; }
.txt { font-size: 1.0em; font-weight: bold; color: #804000; margin-top: 0em; margin-bottom: 0em; }
.vertel { font-size: 1.0em; font-weight: normal; color: #595649; }

a { } /* text-decoration: none; */
a:link { color: #000; }
a:visited { }
a:active { }
a:hover { text-decoration: underline; }

strong, b { font-weight: bold; }
img { border: 0; }

/* Header sizing */
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used instead to deal with compound ie pc problems.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
