@charset "UTF-8";

a:link,a:active,a:hover { 
	color:lime;
}

a:visited   {
	color:lime;
}



html {
	font-family: Verdana, sans-serif;
}

body {
	background-color: black;
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

body,td {
	color: lime;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}


td .clock	{	font-size:18px;	}

.container_padding {
	padding: 5px;
	height:	100%;
}


.container_transparency {
	height:100%;
	width:100%;
	background-color: black;
	filter:alpha(opacity=100);
}

.container {
	color: lime;
	position:relative;
	border: 0px none lime;
	padding: 5px;
	height: 100%;
	background-color:transparent;
}

.container {
	padding: 10px;
	background-color: black;
	color: lime;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}




.heading {
	padding: 12px;
	background-color: black;
	color: lime;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

.content {
	padding:5px;
}

.title
{
color: lime;
font-size: 24px;
font-weight: bold;
}

.key {
color: lime;
font-size:1.05em;
font-weight: bold;
}

.value {
color: lime;
}

.joke {
color: blue;
}	

.nice {
color: blue;

}				