@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#ff0000;
}

a:visited   {
	color:#ffcc00;
}

body {
	background-color: #;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

body,td {
	color: #;
	font-family: 'Arial Black';
	font-weight: ;
	font-style: italic;
	font-size: 15px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	15px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #ffcccc;
	filter:alpha(opacity=100);
	background:;
}
.container {
	color: #;
	position:relative;
	border: 126px dashed #;
	padding:	16px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 11px;
	background-color: #ffff00;
	color: #;
	font-family: '';
	font-weight: ;
	font-style: italic;
	font-size: 11px;
}

.content {
	padding:12px;
}
