a:link { color: blue; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: orange; text-decoration: underline }

body {
	background-color: Lime;
	background-image: url(../images/orangreen.gif);
	font-family: arial, helvetica;
	font-size: large;
}
div.c1, td.c3 { text-align: center; }
.c2 { font-family: arial; font-size: 120%; }
.c4 {
	color: Black;
	font-family: arial Black;
	font-size: 120%;
}
.c5 { color: Black; font-family: arial; font-size: 120%; }
.c6 {
	color: Yellow;
	font-family: comic sans ms;
	font-size: 65%;
}
.c7 {
	color: #550055;
	font-family: comic sans ms;
	font-size: 64%;
}

