body, a:link, a:visited {
	color: black; 
	font-style: normal; 
	font-size: 13px; 
	line-height: 16px; 
	font-family: Verdana, Geneva, Helvetica, Arial; 
	text-decoration: none; 
	background-color: #cccc99; 
	text-align: center;
	}

#caption {
	margin: 25px;
	}
	
#close {
	position: relative;
	top: 0px;
	right: 25px;
	left: 0px;
	visibility: visible;
	display: block;
	}
	
#block {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #cc9; 
	z-index: 299999999;
	}

.small {
	color: black;
	font-size: 10px;
	}

p, a:hover {
	color: #c00; 
	text-align: left;
	}
