A:link, A:visited, A:active
    {
	text-decoration: none;
        color: #99FFFF;
        font-weight: normal;
        font-family: Tahoma;
        font-size: 10pt;
    }
A:hover
    {
        text-decoration: none;
        color: #99CCFF;
        font-weight: normal;
        font-family: Tahoma;
        font-size: 10pt;
        }
h1
    {
        text-decoration: none;
        color: #99FFFF;
        font-weight: normal;
        font-family: Tahoma;
        font-size: 12pt;
	}
b
    {
        text-decoration: none;
        color: #99CCFF;
        font-weight: bold;
        font-family: Tahoma;
        font-size: 10pt;
        }
