@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#66FFFF;
}

a:visited   {
	color:#9988FF;
}

body {
	background-color: #000000;
	background-position: top left;
	background-attachment: scroll;
	background-repeat: repeat;
}

body,td {
	color: #FF0066;
	font-family: 'Pegasus';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	3px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #FF8888;
	filter:alpha(opacity=80);
}
.container {
	color: #FFBBFF;
	position:relative;
	border: px  #006699;
	padding:	9px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 10px;
	background-color: #CCFFFF;
	color: #CC4466;
	font-family: 'Long Island';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
}

.content {
	padding:4px;
}
