#info {
z-index: 4;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}

#links {
z-index: 5;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 390px;
}

.image {
border-bottom: 1px solid #2C1F7B;
border-left: 1px solid #2C1F7B;
border-right: 1px solid #2C1F7B;
}

.write {
border-top: 1px solid #2C1F7B;
border-left: 1px solid #2C1F7B;
border-right: 1px solid #2C1F7B;
background-color: #7FB99F;
filter: Alpha(Opacity=90);
padding: 4px;
}

body {
background-color: #CFE4C2;
color: #2C1F7B;
font-family: arial narrow;
font-size: 11pt;
scrollbar-face-color : #86BCA2; 
scrollbar-highlight-color : #2C1F7B; 
scrollbar-3dlight-color : #CFE4C2; scrollbar-shadow-color : #2C1F7B; 
scrollbar-darkshadow-color : #CFE4C2; scrollbar-track-color : #CFE4C2; 
scrollbar-arrow-color : #86BCA2
}

td {
font-size: 11pt;
}

a:link, a:visited, a:active { 

  color : #FFE47A; 
  text-decoration : none ;

  border-top: 1px solid #AC9162;
  }
  
a:hover { 
  color : #AC9162; 
  text-decoration : none ;

  border-top: 1px solid #FFE47A;

  }
