body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
li {
	list-style-type: square;
	line-height: 2em;
}
.bigred {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}
.buttonscontainer {
	display: inline;
}
.buttons a {
	color: #053170;
	padding: 2px 2px 2px 3px;
	text-decoration: none;
	text-align: left;
	margin-right: 5px;
	font-weight: bold;
}
.buttons a:hover {background-color: #053170;
color: #FFFFFF;
text-decoration: none;}
#blockb {
	border: 1px solid #333333;
	margin-top: 10px;
}
.bigblck {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
}
h1, h2, h3, h4 {
	font-size: 16px;
}
h1 {
	color: #FF0000;
}
#alert {
	padding: 5px;
	border: 2px solid #FF0000;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
