body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #CC0000;
	}
	
a { color: #CC0000;}
a:link {
	text-decoration: none;
}
a:hover { color: #CC0000;
	background-color: white;
}

.intro {color: #CC0000; font-family: Helvetica, Arial, sans-serif; font-weight:bold; font-size:21px; letter-spacing: -2px;
	width: 780px;
}

.text {color: #CC0000; letter-spacing: -4px;
	font: bold 42px/34px Helvetica, Arial, sans-serif;
	width: 780px;
}

.submit {color: #CC0000; letter-spacing: -2px;
	font: bold 26px/40px Helvetica, Arial, sans-serif;
	width: 780px;
}

.inst {color: #CC0000; letter-spacing: -2px;
	font: 21px/2px Helvetica, Arial, sans-serif;
	width: 780px;
}

.const {color: #CC0000;
	letter-spacing: -1px;
	font: normal 16px/20px Helvetica, Arial, sans-serif;
	width: 780px;
}