body {
	background-color: White;
	font-family: sans-serif;
}

a:link {
	color: Maroon;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: Maroon;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: Green;
	background-color : transparent;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	color: Green;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}

/* small */
.small {
	font-size: 80%;
}
input.small {
	height: auto;
}

/* smallred */
td.formleftcol {
/*
	background-color: #B22222;
	color: White;
*/
	font-weight: bold;
}
td.formcentercol {
	background-color: White;
}
td.formrightcol {
	background-color: Silver;
	font-size: 80%;
	text-align: justify;
}
	
table.color {
	background-image: url('pictures/background.jpg');
	background-color: Blue;
	border: none;
}
