@charset "UTF-8";
/* CSS Document */

.group:after {
  content: "";
  display: table;
  clear: both;
}

body,td,th {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 125%;
}
body {
	background-color: #33C;
	background-image: url(img8/bkgd.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size:cover;
}

a:link {
	color: #00F;
	text-decoration:none;
}
a:visited {
	color: #609;
	text-decoration:none;
}
a:hover {
	color: #900; 
	text-decoration:none;
}
a:active {
	color: #F90;
	text-decoration:none;
}

#container { position: relative; background-color:rgba(224,224,224,0.8); width: 1000px; padding-bottom: 50px; }

.content { position: relative; width: 90%; padding: 5%; background-color:rgba(153,153,153,0.3);}

.content2 { position: relative; width: 90%; padding: 5%; background-color:rgba(153,153,153,0.3); text-align: center;}

.display {
	margin-right: 3px;
	margin-left: 3px;
	position: relative;
	border-width: 0px;
	position:relative; width: auto; height: auto;
	padding: 10px 0px 0px 0px; 
	font-size:80%;
}

td { padding: 3px; font-size:80%; text-align:center; }

.done { color: rgba(0,0,0,0.5); }
