/* CSS Document */

a.footer, a.header {
float:none;
width:4em;
text-decoration:underline;
color:blue;
background-color:white;
padding:0em 0em;
}

a:visited {
color: #006699;
}

a:visited:hover {
background-color:#458B74;
color:white;
}

a:hover {
background-color:#006699;
color:white;
}

a.img:hover {
background-color: transparent;
}

a.info:hover {
position: absolute;
background-color: transparent;
width: 3em;
}

a.title:hover {
text-decoration:underline;
background-color:white;
color:black
}
