/* Cascading Style Sheet for Navigation Bar */

BODY    {
        margin:         0em;
        font-family:    arial,modern,tahoma;
        background:     #AAEEFF;
        color:          #000000;
        }

TD      {
        margin:         0em;
        font-family:    arial,modern,tahoma;
        background:     #AAEEFF;
        color:          #000000;
        }

A:link  {
        text-decoration: underline;
        font-weight:    normal;
        background:     #AAEEFF;
        color:          #0000FF;
        }

A:visited       {
        text-decoration: underline;
        font-weight:    normal;
        background:     #AAEEFF;
        color:          #880088;
        }

A:active        {
        text-decoration: underline;
        font-weight:    normal;
        background:     #AAEEFF;
        color:          #FF0000;
        }

A:hover {
        text-decoration: underline;
        font-weight:    normal;
        background:     #AAEEFF;
        color:          #0099FF;
        }

