@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#FFD700;
}

a:visited   {
	color:#FFD700;
}

body {
	background-color: #800020;
	background-position: top left;
	background-attachment: scroll;
	background-repeat: repeat;
}

body,td {
	color: #FFFFFF;
	font-family: 'Palatino Linotype';
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #000000;
	filter:alpha(opacity=5);
	background:;
}
.container {
	color: #000000;
	position:relative;
	border: 5px inset #000000;
	padding:	20px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 10px;
	background-color: #FFD700;
	color: #000000;
	font-family: 'Impact';
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
}

.content {
	padding:5px;
}
