body  { color: white; font-family: Arial, Helvetica, Swiss }
A:link    { color: #808080; font-size: small; text-decoration: none }
A:visited    { color: #808080; font-size: small; text-decoration: none }
A:hover   { color: #ff4500; font-size: small; text-decoration: none; background-color: white }
P {
    Font-family : Arial, Helvetica, Swiss;
    Color : white;
}
TD {
    Font-family : Arial, Helvetica, Swiss;
    Color : white;
}
.highlightit img{
border: 1px solid #ffffff;
}
.highlightit:hover img{
border: 1px solid #808080;
}

.highlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}