@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#660099;
	font-size: 20px;
}

a:visited   {
	color:#C299D6;
	font-size: 20px;
}

body {
	background-image: url('http://i47.tinypic.com/ng27va.gif');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

body,td {
	color: #660099;
	font-family: 'script';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #000000;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
.container {
	color: #660099;
	position:relative;
	padding:	5px;
	height: 100%;
	background-color:transparent;
}

.container. heading {
	padding: 5px;
	color: #660099;
	font-family: 'script';
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	background-color:transparent;
}

.content {
	padding:5px;
}

.heading	{
			background-color:transparent;
			border:3px outset #C299D6;
			font-weight: bold;
		}