@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#00ffff;
}

a:visited   {
	color:#00ffff;
}

body {
	background-color: #990066;
	background-position: top left;
	background-attachment: scroll;
	background-repeat: repeat;
}

body,td {
	color: #330066;
	font-family: 'Comic Sans MS';
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	2px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #cc3399;
	filter:alpha(opacity=0);
}
.container {
	color: #330066;
	position:relative;
	border: 5px groove #00cc00;
	padding:	2px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 2px;
	background-color: #ff99ff;
	color: #00cccc;
	font-family: 'Comic Sans MS';
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
}

.content {
	padding:2px;
}
