<style>
a {color: red; 
	font: bold 12pt sans-serif; 
	letter-spacing: -1; 
	text-decoration: none;
}

a:link {color: #C00000; 
	font: bold 12pt sans-serif; 
	letter-spacing: -1; 
	text-decoration: none;
	}

a:visited {color: #b00000; 
	font: bold 12pt sans-serif; 
	letter-spacing: -1; 
	text-decoration: none;
	}

a:hover {color: #FF0000; 
	font: bold 12pt sans-serif; 
	letter-spacing: -1; 
	text-decoration: none;
	}

a:active {color: orange; 
	font: bold 12pt sans-serif; 
	letter-spacing: -1; 
	text-decoration: none;
	}

body{background: black; 
	color: #80ff80; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	}

hr{width: 50%}

input[type="button"]{font: sans-serif bolder}

input.nextMonthButton{background: #808080; 
	color: white; 
	font: 125%/150% sans-serif; 
	width: 170px;
	}
	
input.previousMonthButton{background: #808080; 
	color: white; 
	font: 125%/150% sans-serif; 
	width: 170px;
	}

/*************************************************************/
img.bg {
	/* Set rules to fill background */
	
/*	min-height: 100%;
	min-width: 100%;
*/
	/* Set up proportionate scaling */
	width: auto;
	height: 100%;

	/* Set up positioning */
	position: fixed;
/*	top: 0;
	left: 0;
	*/
	/* Now make it a block so it can be centered */
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	/* Set up transparancy */
	opacity:0.2;				/* Firefox uses opacity... */
	filter:alpha(opacity=20);	/* IE uses filter:alpha() */
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

div#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 

	/* These have no effect on the functionality */
	/*
	width: 500px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
	*/
}
/*************************************************************/

table.one
{
table-layout: fixed
}

th{color: green; letter-spacing: -1;}
</style>
