﻿html, body {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
}
table {
	margin-left: auto;
	margin-right: auto;
}
td {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	COLOR: #ffffff;
	line-height: 17px;
	height: 100%;
}
a {
	COLOR: #FFFFFF;
	CURSOR: pointer;
	TEXT-DECORATION: underline;
}
a:hover {
	COLOR: #00FF00;
	TEXT-DECORATION: none;
}
#fullheight {
	height: 100%;
}
.headline {
	font-family: "Arial", sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 800;
}

