* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: black;
	background: #898989;
	padding: 10px;
	}

.align { position: relative; float: right; }
hr.float-clear { clear: both; visibility: hidden; }

div#wrapper { position: relative; border: 1px solid black; padding: 10px; background: white; }

h2 {
	border-bottom: 1px solid #666666;
	margin: 0 0 1em 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	}

p {
	margin: 0 0 1.6em 0;
	font-size: 1.2em;
	line-height: 1.4em;
	}

ul, ol {
	margin: 0 auto 1.6em 25px;
	padding-top: 0;
	font-size: 1.2em;
	line-height: 1.4em;
	}

a { text-decoration: underline; color: #013f70; }