body {
font-family: arial;
}

.links {
color: orange;
font-family: arial;
font-size: 12px;
text-decoration: none;
}

.links:hover {
color: orange;
font-family: arial;
font-size: 12px;
text-decoration: underline;
}

.linksalbum {
color: orange;
font-family: arial;
font-size: 16px;
text-decoration: none;
}

.linksalbum:hover {
color: orange;
font-family: arial;
font-size: 16px;
text-decoration: underline;
}

.feedlinks {
color: black;
font-family: arial;
font-size: 10px;
text-decoration: none;
}

.feedlinks:hover {
color: orange;
font-family: arial;
font-size: 10px;
text-decoration: none;
}

.titlelink {
color: black;
font-family: arial;
text-decoration: none;
}

.titlelink:hover {
color: orange;
font-family: arial;
text-decoration: none;
}

.albumcover {
border-style: solid; 
border-width: 2px; 
border-color: #3b3037;
}

.albumcover:hover {
border-style: solid; 
border-width: 2px; 
border-color: #orange;
}

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 5px;
margin-bottom: 5px;
}

.slideshow img{ /*CSS for each image tag*/
border-style: solid; 
border-width: 2px; 
border-color: #ffffff;
width: 140px;
height: 110px;
}

.slideshow img:hover{ /*CSS for each image tag*/
border-style: solid; 
border-width: 2px; 
border-color: orange;
width: 140px;
height: 110px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 460px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
color: #62775F;
font-family: arial;
font-size: 12px;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
font-weight: bold;
}