.red {
	color : Red;
}
BODY {
	margin-left : 10;
	margin-right : 10;
}

H1 {
	font : "Times New Roman", serif;
}

H2 {
	font : "Times New Roman", serif;
	color : Navy;
}

P {
	font : Arial, sans-serif;
}

P.link {
	font : Arial, sans-serif;
	color : Blue;
	text-decoration : underline;
}

P.klein {
	font : Arial, sans-serif;
	font-size : smaller;
}


A:Visited  {
	color : #000080;
	}

A:Active  {
	color : #FF0000;
	}

A:Hover  {
	color : lime;
	}
TD.klein {
	font-size: smaller;
}



