body { 
	BACKGROUND: black; 
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	font-size: .85em;
	line-height: 19px;
	color: #CCCCCC;
	text-decoration: none;
	overflow: none;
}

.contents {
padding : 30px 70px 20px 70px; 
width : 80%; 
height : 350px; 
	}
	
.seconds {
	border-width: 0px 1px 0px 0px;
	border-style: none dashed none none;
	border-color: #0000FF;
	height: 15px;
	width: 1px;
	}
	
.minutes {
	border-width: 0px 1px 0px 0px;
	border-style: none dotted none none;
	border-color: #CC0000;
	height: 20px;
	width: 1px;
	}
	
.hours {
	border-width: 0px 1px 0px 0px;
	border-style: none solid none none;
	border-color: #339900;
	height: 25px;
	width: 1px;
	}
	
	
.second_pos {
	position: absolute;
	width: 100%;
	height: 15px;
	left: 0px;
	top: 0px;
	z-index: 2;
	}
	
.minute_pos {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 2px;
	top: 0px;
	z-index: 2;
	}
	
.hour_pos {
	position: absolute;
	width: 100%;
	height: 25px;
	left: 4px;
	top: 0px;
	z-index: 2;
	}

.bodytsmall {
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #cccccc;
	text-align: justify;
	letter-spacing: 2px;

}

.bodytsmalldark { font-family: helvetica, arial, sans-serif; font-size: 9px; line-height: 14px; color: #666666}

.head1 {font-family: helvetica, arial, sans-serif; font-size: 13px; line-height: 20px; color: #ffffff; font-weight: bold; }

A:visited {text-decoration: none; color: #abfeff;}
A:hover {text-decoration: underline; color: #abfeff;}
A:link {text-decoration: none; color: #abfeff;}
A {text-decoration: none; color: #abfeff;}