.button {
	background-color : #990000;
	color : #00CC00;
	font-weight : bold;
	border-color : #00CC00;
}

.construction{
	font-size : 18px;
	color : #009933;
	text-align : center;
}

A {
	color:#990000;
	text-decoration: none;
}
A:hover {
	color:green;
	text-decoration: underline;
}

table { font-family : Verdana, Arial, Georgia; 
			font-size: 10px}


.content {
	font-size:12px;
	padding : 10px;
}
.footer { color : #ffffff; font-size : 10px; text-align : center;}
a.footer { color: green; text-decoration: none;}
a:hover.footer { font-weight: bold; text-decoration: underline }
.nav {
	background-color: #990000;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	color : White;
	font-weight : bold;
}
.bit {
	background-color: #33CC00;
}
.date {
	color: #990000;
	font-style : italic;
	font-weight : bold;
	text-align : right;
}