﻿
/*DATEI: fortschrift.css*/
body {
	background-color: #000000;
	margin-left: 10px;
	font-family: "Courier New, monospace";
	font-size: small;

	margin-top: 10px;
}

a:link {
	text-decoration: none;
	color: #615750;
	text-align: right;
	font-size: x-small;
}
a:visited {
	text-decoration: none; color:#808080
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
