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

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

/* fonts */

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

body, td {
	font-size: 80%;
}

