a:link, a:active, a:visited {
color: #FFFF00;
font-size: 11; 
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;}

a:hover {
color: #FF0000;
font-size: 11;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: relative;
background-color: lightyellow;
padding: 5px;
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: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

td {
color: #ffffff;
font-size: 11;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;} 

form { 
margin-bottom: 0; 
margin-top: 0; 
width: 140px; 
height: 20px; 
background-color: transparent;
font-size: 11px; 
color: #72E34F; 
font-weight: normal;
font-family: Tahoma, Verdana, Arial, Helvetica;}

.input {
width: 140px; 
height: 20px; 
background-color: transparent;
border-width : 0px;
font-size: 10px; 
color: #72E34F; 
font-weight: normal;
font-family: Tahoma, Verdana, Arial, Helvetica;}

.input_butt {
width: 60px;
height: 20px;
border: 1px;
border-color: #ffffff;
background-color: #72e34f;
font-size: 11px;
color: #000000;
font-weight: normal;
font-family: Tahoma, Verdana, Arial, Helvetica;}

.title{
color: #72E34F;
font-size: 13;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;}

.sub_title{
color: #72E34F;
font-size: 11;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;}

.box_title{
color: #ffffff;
font-size: 11;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;}

BODY {
scrollbar-arrow-color: #043DF6;
scrollbar-track-color: #000000;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #043DF6;
scrollbar-highlight-color: #043DF6;
scrollbar-darkshadow-color: #000000;
scrollbar-3dlight-color: #000000;
background-color: #000000;
font-size: 11;
font-weight: normal;
color: #575757;
font-family: Arial, Helvetica, sans-serif;}
