


A:link, A:visited, A:active
    {
        color: #4040FF;
    }
.area A:link, .area A:visited, .area A:active
    {
        text-decoration: none;
        color: #4040FF;
        font-weight: bold;
        font-family: Verdana;
        font-size: 10pt;
        }
.area2 A:link, .area2 A:visited, .area2 A:active
    {
	text-decoration: none;
	color:#0000C0;
	font-weight: normal;
	font-family: Arial;
	font-size: 8pt;
	}
.area A:hover
    {
        text-decoration: none;
        color: #FF0000;
        font-weight: bold;
        font-family: Verdana;
        font-size: 10pt;
        }


