@charset "utf-8";
/* CSS Document */

body {
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 background-image:url(images/background.jpg);
}

.heading {
 color:#90ab66;
 border-bottom: 2px dotted #CCC;	
 font-weight:bold;
}

td.off {
	color:#CCC;
	font-weight:bold;
	background-color:#5e5e5e;
	font-size:small;
}

td.on {
	cursor:pointer;cursor:hand;
	color:#CCC;
	font-weight:bold;
	background-color:#787878;
	font-size:small;
}

td.on a:link {
	color:#333;
	font-weight:bold;
	text-decoration:none;
	font-size:small;
}

td.on a:visited {
  	color:#333;
	font-weight:bold;
	text-decoration:none;
	font-size:small;
}

td.off a:link {
	color:#CCC;
	font-weight:bold;
	text-decoration:none;
	font-size:small;
}

td.off a:visited {
	color:#CCC;
	font-weight:bold;
	text-decoration:none;
	font-size:small;
}
