BODY{
	background-color: white;
	color: black;

}
TD{
	vertical-align: top;
}
A{
	color: black;
	border-bottom: 1px dashed red;
	text-decoration: none;
}
A:link{
	color: black;
	border-bottom: 1px dashed red;
	text-decoration: none;
}
A:visited{
	color: black;
	border-bottom: 1px dashed red;
	text-decoration: none;
}
A:hover{
	color: grey;
	border-bottom: 1px solid red;
	text-decoration: none;
}
A IMG{
	border: none;
	border-bottom: none;
	text-decoration: none;
}
IMG {
	border: none;
}

.clock INPUT{
	background-color: white;
	color: black;
	border: none;
}
.backing{
	background-color: white;
	color: black;
}
.overlay{
	background-color: red;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
}
.heading{
	font-size: 20pt;
	letter-spacing: 12pt;
	font-weight: bold;
}
.subheading{
	letter-spacing: 10pt;
	font-weight: bold;
}
.maintext{
	padding: 10px;
}
.section{
	font-size: 14pt;
	font-weight: bold;
}
.lightbg{
	background-color: white;
}
.darkbg{
	background-color: FFDDDD;
}
.required{
	color: DD3333;
}
.copyright{
	font-size: 8pt;
	color: grey;
}
