body{
background-color:#404040;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
margin:0px;
}
a:link{
text-decoration:underline;
color:#FFFFFF;
}
a:hover{
background-color:#404040;
text-decoration:none;
font-weight:bold;
}
a:visited{
text-decoration:underline;
color:#FFFFFF;
}
.splash_text{
color:#999999;
font-size:9px;	
padding-top:5px;
text-align:center;
cursor:pointer;
}
.splash_div{
width:450px;
height:440px;
position:absolute;
top:50%;
left:50%;
margin-top:-220px;
margin-left:-225px;
padding:0px;
background:#666666;
text-align:center;
}
.highlight_text{
border:dashed; 
border-color:#FFFFFF; 
border-width:thin; 
background:#666666; 
margin-left:10%;
margin-right:10%;
padding:5px;
}
#visibility{
visibility:hidden;
color: #999999;
font-size: 9px;
text-align:center;
cursor:pointer;
}