a:link {
	color: #FF0000;
	text-decoration: none;
	}
a:visited {
	color: #FF0000;
	text-decoration: none;
	}
a:hover {
	color: #33CC33;
	text-decoration: underline;
	}   
a:active {color: #FF0000}

body
{
	background-image: url(images/bermuda_light.gif);
	background-repeat: no-repeat;
	background-position: 50% 60px;
	background-color: #D1EEFA;
}

td {
	font-family: "Courier New", Courier, mono;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
	}
.footer {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #FF0000;
	font-size: 6pt;
	margin-left: 10%;
	margin-right: 12%;
	text-align: center;
}
.left {
	position: absolute;
	height: 200px;
	width: 190px;
	top: 100px;
	right: 43%;
}
.right {
	position: absolute;
	height: 200px;
	width: 190px;
	top: 100px;
	left: 57%;
}
.subtitel {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}
