clock
    {

color           : #000000;
font-family     : verdana;
border-collapse : collapse;

    }

.time
    {
font-size       : 20px
    }

clock TD 
    {

border-collapse : collapse
    }

B
    {
color           : brown
    }

body
    {
font-size       : 10pt;
font-family     : arial
    }


                           /*menu or nav settings*/



menu2
{
    position: absolute;
    width:800px;
    margin:0 auto;  /*Uncomment this line to make the menu center-aligned.*/
    text-align:center;
    background-color:; /*can add color to the background*/
    border:1px white;
    font-size:0;
}

menu2 a
{
    display: inline-block;
    padding: 0 6px;       /*adds space between the link names*/
    background-color: ;  /*can add color to the background*/
    color:black;
    text-decoration:none;
    font: bold 16px arial;
    line-height: 32px;
border-color: ;    /*can add color to the borders*/
border-style: ;    /*can add style to the borders such as solid*/
border-width: ;    /*can add thickness to the borders such as 1px*/
border-height: 100%;
}

menu2 a:hover, div.menu2 a.current
{
    background-position:0 -60px;
    color: brown;
}

menu2 a.dummy
{
    width:2px;
    padding:0 0;
}