h1 {
	background: #6C757A;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 16pt Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

h2 {
	font-size: 14pt;
}

a {
	font-size: 10pt;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-size: 10pt;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
}

#content {
	width: 600px;
	border: thin solid #999999;
	padding: 15px;
}
