.logo {
	font-family: "Courier New", Courier, mono;
	font-size: 36pt;
	color: #999999;
	background-color: #666666;
	letter-spacing: 2px;
}
.topbar {
	background-color: #C6E3C6;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #666666;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.mainparagraph {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #333333;
	margin-top: 12px;
	margin-right: 36px;
	margin-bottom: 12px;
	margin-left: 20px;
}
.sidebarbg {
	background-color: C7E7C7;
}
.bottombar {
	background-color: C7E7C7;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	line-height: 36px;
	color: E2F2E2;
	background-color: #666666;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding: 5px;
	text-align: right;
	text-indent: 0px;

}
.copyright {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #333333;
	text-indent: 3px;
}
.sideparagraph {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	margin: 12px;
}
body {
	background-color: #FFFFFF;
}
.image {
	background-image: url(http://robhiggins.com/gds214/images/css/angel.gif);
	background-repeat: no-repeat;
	background-color: C7E7C7;
	background-position: center;



}

