/* CSS Document */

div.caption {
 display:none;
}

a {
 color:black;
}

a:hover {
 color:red;
}