#screen {
    position:fixed;
    z-index:1;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#003;
    opacity:0.8;
    filter:alpha(opacity=80);
}
.hide {
    display:none;
 }
.close {
 	background-color:#444444;
	width:95%;
	text-align:center;
	padding:6px 6px 6px 6px;
 }

.popup b {
	color:white;
}

.popup i {
	color:white;
}
.popup blockquote {
	color:white;
}