@charset "UTF-8";

	.outer_body,body  {
		scrollbar-face-color: ThreeDFace !important;
		scrollbar-shadow-color: ThreeDDarkShadow !important;
		scrollbar-highlight-color: ThreeDHighlight !important;
		scrollbar-3dlight-color: ThreeDLightShadow !important;
		scrollbar-darkshadow-color: ThreeDDarkShadow !important;
		scrollbar-track-color: Scrollbar !important;
		scrollbar-arrow-color: ButtonText !important;

a:link,a:active,a:hover { 
	color:#00ffcc;
}

a:visited   {
	color:#ffffff;
}

body {
	background-color: 	#F4BBFF;
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

body,td {
	color: #0054B4;
	font-family: 'Cursive';
	font-weight: bolder;
	font-style: italic;
	font-size: 18px;
}

td .clock	{	font-size:14px;	}

.container_padding {
	padding:	6px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #ccooff
;
	filter:alpha(opacity=100);
}
.container {
	color: #cc0033;
	position:relative;
	border: 2px double #cc00ff;
	padding:	6px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 6px;
	background-color: #E30B5D;
	color: #00CCCC;
	font-family: 'Cursive';
	font-weight: bolder;
	font-style: italic;
	font-size: 20px;
}

.content {
	padding:6px;
}
