@charset "UTF-8";

a:link,a:active,a:hover { 
	color:white;
}

a:visited   {
	color:white;
}

body {
	background-color: pink;
	background-position: ;
	background-attachment: ;
	background-repeat: ;
}

body,td {
	color: pink;
	font-family: ;
	font-weight: ;
	font-style: ;
	font-size: 24px;
}

td .clock	{	font-size:22px;	}

.container_padding {
	padding:	22px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color:black;
	filter:alpha(opacity=);
}
.container {
	color: pink;
	position:relative;
	border: 22px  ;
	padding:	20px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 20px;
	background-color: black;
	color:white;
	font-family: '';
	font-weight: ;
	font-style: ;
	font-size: 28px;
}

.content {
	padding:18px;
}
