﻿
body
{
    color: #008080;
    background-color: #FFFFCC;
}

a.hide:link {
    background: top;
    color: #990000;
    text-decoration: none;
}    /* unvisited link */
a.hide:visited {
        color:inherit;
        text-decoration:none;
        } /* visited link */
a.hide:hover {
        color:inherit;
        text-decoration:none;
        }   /* mouse over link */
a.hide:active {
        color:inherit;
        text-decoration:none;
        }  /* selected link */


        
        .style1
        {
            color: #333333;
        }
        .style2
        {
            color: #990000;
        }
   