#imageviewer.borders 
{
 background:#B0CC9D;
 border:2px solid #B0CC9D; 
 padding:2px; 
 width:96%;
 float:left; 
 font-family:arial, helvetica, sans-serif;
 font-size:85%;
}
 
#imageviewer.content 
{
 padding:2px;
 background-color:#B0CC9D;
}

#imageviewer.a
{
 color:#000;
 text-decoration:none; 
 font-weight:bold;
}
#imageviewer.a:hover
{
text-decoration:underline;
}
#imageviewer.highlighted 
{
color:#DF1C11; 
font-weight:bold;
}

#imageviewer.a.thumbs 
{
color:#DBDE5C;
text-decoration:none; 
font-weight:bold;
}

img#fixed {
   

    width: 60%;
    height: 60%;
}
