body {
	font-family:verdana,sans-serif;
	background-color:#C0F4DC;
}


.header {
	margin-left:50px;
	width: 55em;
	margin-bottom: -20px;
	border: 3px solid gray;
	padding:10px;
	background-color:#9C95DD;
}
.header H2 {
	margin-top:-10px;
	color:yellow;
}
.header H2 A {
	text-decoration:none;
	color:yellow;
}
.header P {
	float:right;
	color:yellow;
}

.content {
	border: 3px solid gray;
	background-color:#eeeeee;
	padding:10px;
	margin-left:50px;
	width: 50em;
}
.content FORM OL LI {
	margin-bottom:1em;
}
.content FORM .button {
	font-size:1.1em;
	color:green;
}
.content FORM LABEL {
	font-size:0.9em;
	color:blue;
	font-weight:bold;
}
.content FORM LABEL SUP {
	font-weight:normal;
}

.content .info {
	font-size:0.8em;
}

.content .links {
	color: gray;
	font-size:0.8em;
} 

.content .done PRE {
	border: 1px dashed red; 
	background-color: orange;
	padding: 20px;
}
.content .link {
	border: 1px dashed red; 
	padding: 20px;
}
.content .link PRE {
	font-weight: bold:
}

.content .done .view {
	font-size:0.9em;
}
.content .done .view A {
	text-decoration:none;
}

.footer {
	margin-left:50px;
	width: 62em;
	color: gray;
	font-size:0.8em;
	padding-left:10px;
} 
.footer .right {
	text-align:right;
	padding-right:10px;
	float:right;
}
.footer A {
	color: gray;
}