@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#00cc00;
}

a:visited   {
	color:#00cc00;
}

body {
	background-color: #ff3366;
	background-position: top left;
	background-attachment: scroll;
	background-repeat: repeat;
}

body,td {
	color: #666666;
	font-family: 'Comic Sans MS';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	10px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #ffffff;
	filter:alpha(opacity=70);
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 150px;
}
.container {
	color: #666666;
	position:relative;
	border: 1px solid ##252525;
	padding:	5px;
	height: 100%;
	background-color:transparent;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 100px;
        margin: 50px;
}

.container .heading {
	padding: 5px;
	background-color: #9933cc;
	color: #ffffff;
	font-family: 'Comic Sans MS';
	font-weight: bold;
	font-style: bold;
	font-size: 40px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 100px;
        margin: -27px 112px 77px 22px;
}

.content {
	padding:5px;
}
