body {
	background-image: url("http://geocities.ws/gazura/images/background.gif");
	background-repeat: repeat;
	background-position: center;
	opacity: 1
}


p {
	color: white;
	padding: 10px;
}


h1 {
	color: white;
	padding: 10px;
	font-size: 44px;
	text-decoration: overline underline;
	tex
}

table {
	background: rgba(0, 0, 0, .5);
	color: white;
	padding: 10px;
}

div.transbox {
    margin: 10px;
    background-color: #3a3a3a;
    border: 1px solid black;
    opacity: 0.8;
    filter: alpha(opacity=80);
 }
 
 p.monospaceTitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 42px;
 }
 
 table {
	border-collapse: collapse;
	width: 60%;
	padding: 5px;
 }
 
 table, th, td {
	border: 2px solid black;
	height: 50px;
	text-align: center;
	font-style: strong;
 }
 
 th {
	 font-size: 24px;
 }
 
 td:hover {
	 background-color: #000000;
	 }
 
 .complete {
	 background-color: #3fe13f
 } 
 
 .progress {
	 background-color: #b29800
 }
 
 .nostart {
	background-color: #B33A3A
 }
 
 .tablebold {
	 font-weight: bold;
 }
 
 .copyright {
	 font-variant: small-caps;
 }
 
 span.drop {
	 vertical-align: -2px;
 }