body {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
}
A {
	color : Red;
}
A:Hover {
	color : Blue;
}
.dick {
	font-size : large;
	font-weight : bold;
}
.dick2 {
	font-size : medium;
	font-weight : bold;
}
.newshead {
	font-size : medium;
	font-weight : bold;
	color : Red;
}
.spd {
	color : Red;
	font-weight : bold;
}
.newsright {
	color : Red;
	font-weight : lighter;
	font-style : italic;
}
.kleingrau {
	color : Gray;
	font-style : italic;
	font-size : smaller;
}
.kursiv {
	color : Black;
	font-style : italic;
	font-size : medium;
}
.spdtermine {
	color : Red;
	font-weight : bold;
	font-style : italic;
	background-color : #E2E2E2;
}

