/* CLK002.css */

a:link    {color:white;}
a:visited {color:white;}
a:active  {color:white;}
a:focus   {color:cyan;}
a:hover   {color:cyan;}

.clock    { color: cyan; font-family: arial; float: right;
           border: 0px solid red; border-collapse: collapse; text-indent:15px;}
.time     {font-size: 50;}

/* Link instructions for: http://www.btrosper.com/
1. HOMEPAGE/index.html
2. 
*/