@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #EBEBEB;
}
body {
	background-color: #000000;
	color: #CFCFCF;
}
.MiroTitel {
	color: #FF0004;
	font-size: 80px;
	text-align: left;
	font-weight: bold;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}


a:link {
	color: #8EEBFF;
}
a:visited {
	color: #EB57FF;
}
a:hover {
	color: #CDF6FF;
}
a:active {
	color: #EFF9A3;
}
