p,h1,h2,h3,h4,h5 { font-family: Arial, Helvetica, sans serif; }

body { background-image:url(images/ice-light.jpg);
}


a:link { font-weight:bold; color:green; text-decoration:none; }
a:visited { font-weight:bold; color:green; text-decoration:none; }
a:focus { font-weight:bold; color:green; text-decoration:underline; }
a:hover { font-weight:bold; color:green;background-color:#FFFF00; text-decoration:none; }
a:active { font-weight:bold; color:lime; text-decoration:underline; }

table {
border-collapse:collapse;
}

Td {
align:center;
}