#smlogo {
	float: left;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 36px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
}
h2 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 24px;
	margin: 0px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
p {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
}
