/* CSS Document */

body {
	/* background-color: #c4e6c4; */

	background-color: #6FF;
	}
	
#Location {
	color: #6FF;
	}
input[type=submit] { 
	font-size: 20pt;
	height: 2em;
}

#Notice {
	border: #F00 solid 3px;
	font-size: 20pt;
	font-weight: bold;
	color: #f00;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	}