/* If you want you can use font-face */
@font-face {
    font-family: "trebuchet ms", arial, "liberation sans";
        font-weight: normal;
    font-style: normal;
}

.container {margin: 0 auto; overflow: hidden;}

.clock {width:40em; margin:0 auto; padding:0em	0em 0em 0em; border:0.5em solid #000000; color:#FFFFFF; }
#Week { font-family:'trebuchet ms', Arial, Helvetica, sans-serif; font-size:1.4em; text-align:center; text-shadow:0em 0em 0.1em #000000; }
#Date { font-family:'trebuchet ms', Arial, Helvetica, sans-serif; font-size:1.4em; text-align:center; text-shadow:0em 0em 0.1em #000000; }
ul#clock { width:45em; margin:0 auto; padding:em; list-style:none; text-align:center; }

ul#clock li {list-style:none; display:inline; font-size:1.4em; text-align:center; font-family:'trebuchet ms', Arial, Helvetica, sans-serif; text-shadow:0em 0em 0em #000000; padding: 0em 0em 0em 0em; }

/*#point { position:relative; -moz-animation:mymove 1s ease infinite; -webkit-animation:mymove 1s ease infinite; padding-left:1em; padding-right:1em; }*/

/* Simple Animation */
/*@-webkit-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 3px #000000;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 3px #000000; }	
}

@-moz-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 3px #000000;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 3px #000000; }	
}*/