body {
	background-color: transparent;
	font-family: Courier;
	font-size: 10px;
	line-height: 20px;
	color: #e1cc8d; 
	top: 0px;
	
}

td, th {
	font-family: Courier;
	font-size: 10px;
	line-height: 20px;
	color: #e1cc8d;
}

a {
	color: #e1cc8d;
}

a:hover {
	color: #e1cc8d;
}

.title {
	font-family: Courier;
	font-size: 20px;
	color: #e1cc8d;
	font-weight:bold;
	}
.title1 {
	font-family: Courier;
	font-size: 20px;
	color: #1b130a;
	font-weight:bold;
	}
.date {
	font-family: Courier;
	font-size: 22px;
	color: #e1cc8d;
	font-weight:bold;
}
	
.transparent {
        zoom: 1;
        filter: alpha(opacity=80);
        opacity: 0.8;
