﻿.clock{position:relative;width:100px;height:100px;border: 0px }
.clock img{width:100%;height:100%}
.clock .face,.clock .face div{position:absolute;top:0;left:0}
.clock .face
{
	font-family: Verdana;
	font-size: 7px;
	background-color:AppWorkspace;
	color: #FFFFFF;
}
 
.clock .hh{background:#f00;width:3px;height:2px}
.clock .mm{background:#00f;width:1.5px;height:2px}
.clock .ss{background:#0f0;width:1px;height:1px}