body {
	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: 8pt;	color: #121;
	background-color: #c6e4fd;
}

h1 {
	margin-top: 10px;
	font-size: 24px;
	text-align: center;
}

h2 {
	font-size: 11px;
	text-align: center;
	margin-bottom: 20px;
}

div.centeredbox {
	border: 2px solid #a6bbfd;
	align: center;
	width: 500px;
	height: 500px;
	margin: 10px;
	padding: 10px;
}

hr.ruler {
	border: 1px solid #a6bbfd;
	height: 2px;
	depth: 0;
	width: 75%;
}

a.link {
	font-size: 14px;
	font-weight: bold;
	font-color: #ff0000;
	text-decoration: none;
}

a:link {
	font-color: #ff0000;
	text-decoration: none;
}

a:visited {
	font-color: #ff0000;
	text-decoration: none;
}

a:focus {
	font-color: #ff0000;
	text-decoration: none;
}

a:hover {
	font-color: #ff0000;
	text-decoration: none;
}

a:active {
	font-color: #ff0000;
	text-decoration: none;
}

span.description {
	font-size: 14px;
	font-weight: normal;
}

h5 {
	font-size: 7px;
	text-align:center;
	color: #a6bbbb;
}