body {
padding: 0;
margin: 0 auto;
}

A.homebutton:link , A.homebutton:active , A.homebutton:visited {
border-right: 1px solid black;
float:left;
text-decoration:none;
color:black;
font-family: Ariel, Verdana, sans-serif;
padding:5px;
}

A.homebutton:hover {
color: red;
border-right: 1px solid black;
}

A.nextbutton:link , A.nextbutton:active , A.nextbutton:visited {
float:right;
text-decoration:none;
color:black;
font-family: Ariel, Verdana, sans-serif;
padding:5px;
}

A.nextbutton:hover {
color: red;
}

A.previousbutton:link , A.previousbutton:active , A.previousbutton:visited {
border-right: 1px solid black;
float:right;
text-decoration:none;
color:black;
font-family: Ariel, Verdana, sans-serif;
padding:5px;
}

A.previousbutton:hover {
color: red;
border-right: 1px solid black;
}

.thumbnail {
padding: 5px;
}
img.thumbnail:hover {
/*border-bottom: 1px solid #d66;*/
background-color: white;
}
.special {
color: white;
float: right;
font-size: 1px;
visibility: hidden;
}