body {
	margin:50px 0px;
	padding:0px;
	text-align:center;
	background-color: #5e6d87;
}
#content { width: 600px; margin: 0px auto; text-align:left;padding:15px; border:1px dotted #333}
form {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #666666;
	border: 1px solid #5E6D87;
	margin-left:10px;
	padding: 3px;
	width:600;

}
textarea, input, select, option, .area {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 15px;
	color: #000000;
}
#header {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
#instructions {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 13px;
	color: #333333;
}
a:link {color:#CC0000; text-decoration:underline;}
a:visited{ color:#CC3300; text-decoration:underline;}
a:hover{ color:#ffffff; text-decoration:none; background:#003366}
td {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 13px;
	color: #666666;
}
a.nav:link {
	text-decoration: underline;
	color: #CC0000;
}
a.nav:visited{
	color:#003366;
	text-decoration:underline;
}
h1 {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 15px;
	color: #666666;
	margin-bottom: 1px;

}
#printedInstructions {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 12px;
	color: #333333;
}
