BODY, TD, P {
background-color: white;
/*background-image: url(libtile.gif);*/
font-weight: normal;
font-size: x-small;
font-family: verdana, arial, sans-serif;
color: black;
background-attachment: fixed;
/*background-attachment is supported only by IE. Bummer!*/
}
A {
text-decoration: none;
color: blue;
}
A:Hover {
text-decoration: underline;
color: red;
}