/* 2001 Afrikaner Weerstandsbeweging (AWB)*/
A:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
	color : red;
}

A:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
	color : red;
}

A:hover {
	color : black;
}


td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : black;
}

body  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : black;
}

textarea {
    font-family: Arial, Helvetica, sans-serif ;
	font-size: 13px;
	color : black;
}

h1 {
    font-family: Arial, Helvetica, sans-serif ;
	font-size: 13px;
	font-weight: bold;
	color : red;
}

h2 {
    font-family: Arial ;
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
	color : black;
}

<!-- in netscape, it is necessary to enclose selects and textareas within spans specifying class in order to apply styles. For simplification, these are named the same as global element styles above. -->


.textarea {
    font-family: Arial, Helvetica, sans-serif ;
	font-size: 13px;
}



