h1 {
	text-transform: lowercase;
	font-family: Tahoma, Arial, Helvetica;
	letter-spacing: -1px;
	margin: -10px -15px 0px -15px;
	padding: 20px 10px 0px 0px;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	background: #eeeeee;
	border-bottom: 1px solid silver;
	text-align: right;
	color: gray;
	}

h2 {
	margin: 20px 0px 0px 0px;
	font-size: 20px;
	font-weight: bold;
	}

p {
	margin: 0px 0px 20px 0px;
	line-height: 18px;
	}
