body {
    color: #F8C86D;
    background: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5%;
    margin-right: 5%;
}

a:hover { color: #EC870E; }
a { text-decoration: none; }

/* fonts */

body {
	font-family: Arial, sans-serif;
	font-size: 80%;
}
div.maintext {
	width: 676px;
	font-size: 100%;
	text-align: left;
}
div.bottom { width: 676px; }
div.counter {
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	color: #EC870E;
}
td {
	font-size: 80%;
}
pre {
	font-size: 100%;
	font-family: Arial, sans-serif;
}