<!--
A.menu:link {COLOR: #ffffff; font-weight: bold; text-decoration: underline}
A.menu:visited {COLOR: #ffffff; font-weight: normal; text-decoration: underline}
A.menu:active {COLOR: #ffffff; font-weight: bold; text-decoration: underline}
A.menu:hover {color: #ffff00; font-weight: normal; text-decoration: none}

A:link {font-weight: bold; COLOR: #ffffff; text-decoration: underline}
A:visited {font-weight: bold; COLOR: #ffffff; text-decoration: underline}
A:active {font-weight: bold; COLOR: #ffffff; text-decoration: underline}
A:hover {font-weight: bold; color:#ffff00; text-decoration: none}

BODY {font-family: verdana; color: #ffffff}

.highlightit img{
border: 2px solid #ffffff;
}


.highlightit:hover img{
border: 2px solid #ffff00;
}

.highlightit:hover{
color: #ffff00; /* Dummy definition to overcome IE bug */
}
-->