a:active     {border-bottom: 1px dotted;}
a            {text-decoration: none; color: #374853;}
a:visited    {color: green;}
a:hover      {border-bottom: 1px dotted; color: #374853;}
#blanket {
   background-color:#111;
   opacity: 0.65;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}
#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:800px;
	height:665px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}
<!--[if gte IE 5]> <style type="text/css"> #blanket {filter:alpha(opacity=65);}</style><![endif]-->
