html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;

	background: WhiteSmoke;
	font-family: verdana;
}

hr {
	border: 1px solid #009E60;
}

.copywrite {
	position: relative;
	top: 40px;
	padding-bottom: 40px;
	
	width: 100%;
	text-align: center;
	
	color: silver;
}

.topFull {
	position: relative;
	margin-bottom: 40px;
	width: 100%;
	background: #009E60;
}

.middleFull {
	position: relative;
	margin-bottom: 150px;
	width: 100%;
	line-height: 1.6;
}

.siteWidth {
	position: relative;
	margin: auto;
	width: 600px;
}


.topTitle {
	position: relative;
	padding: 10px 0px 10px 0px;
	width: 100%;
	font-weight: bold;
	font-size: 30px;
	color: white;
	background: #009E60;
	text-align: center;
}


.middleTitle {
	position: relative;
	padding: 0px 0px 0px 0px;
	width: 100%;
	font-weight: bold;
	font-size: 25px;
	color: white;
	text-align: center;
}

.center {
	text-align: center;
}


.right {
	padding: 0px 10px;
	text-align: right;
}

.left {
	padding: 0px 10px;
	text-align: left;
}

table {
	width: 100%;
}



@media screen and (max-width: 650px) {
	.siteWidth {
		width: calc(100% - 30px);
	}
	
	.topTitle {
		font-size: 28px;
	}
	
	.topTitleDate {
		font-size: 16px;
	}
}