body {background-color: #c0c0c0} 

H1 {
color: #EDEDED; 
font-weight:normal;
font-family: tahoma, serif; 
font-size: 11px;
}

H2{
color: #3a3a3a;
font-weight:normal;
font-family: tahoma; serif;
font-size:14px;
}

H3{
color: #3a3a3a;
font-weight:lighter;
font-family: tahoma; serif;
font-size:11px;
}

H4{
color: #3a3a3a;
font-weight:bold;
font-family: tahoma; serif;
font-size:25px;
line-height:180%;
}

A#ID1:link{
color:#EDEDED;
font-weight:600;
font-family: tahoma, serif; 
font-size: 16px;
text-decoration: none;
line-height:180%;
}

A#ID1:visited{
color:#d3d3d3;
font-weight:600;
font-family: tahoma, serif; 
font-size: 16px;
text-decoration: none;
line-height:180%;
}

A#ID1:hover{
color:#ea6706;
font-weight:600;
font-family: tahoma, serif; 
font-size: 16px;
line-height:180%;
text-decoration: none;
}

A#ID2:link{
color:#000382;
font-weight:600;
font-family: tahoma, serif; 
font-size: 14px;
text-decoration: none;
}

A#ID2:visited{
color:#191b67;
font-weight:600;
font-family: tahoma, serif; 
font-size: 14px;
text-decoration: none;
}

A#ID2:hover{
color:#ea6706;
font-weight:600;
font-family: tahoma, serif; 
font-size: 14px;
text-decoration: none;
}

A#ID3:link{
color:#EDEDED;
font-weight:normal;
font-family: tahoma, serif; 
font-size: 11px;
text-decoration: underline;
}

A#ID3:visited{
color:#d3d3d3;
font-weight:normal;
font-family: tahoma, serif; 
font-size: 11px;
text-decoration: underline;
}

A#ID3:hover{
color:#ea6706;
font-weight:normal;
font-family: tahoma, serif; 
font-size: 11px;
text-decoration: underline;
}

ul
{
font-size:14px;
font-family:tahoma;
color:#3a3a3a;
line-height:180%;
}

img#ID4{
border-size:1px;
border-color:#3a3a3a;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #3a3a3a;
padding: 2px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -80px;
left: -120px; /*position where enlarged image should offset horizontally */

}

