body {
	background-color: #CBFBFF;
	colr: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: square;
}

h1 {
	font-size: 19px;
	color: #336699;	
}

label
{
	width: 200px;
	font-weight: bold;
	float: left;
	text-align: right;
}

.input {
	width: 12em;
	border: 2px solid #000000;
	font-size: 1em;
}

.smaller {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}
