h1	{font-family: garamond, times, palatino, serif;
	}

p	{color: yellow;
	font-weight: bolder;
	}

a:active
	{color: white;
	}
	
a:visited
	{color: yellow;
	}
	
.dateheader
	{font-weight: lighter;
	background-color: lime;
	width: 700px;
	height: 45px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	border-top: 5px red dashed;
	border-left: 5px red dashed;
	border-right: 5px red dashed;
	}
	
.thepost
	{background-color:teal;
	padding: 10px;
	width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 5px red dashed;
	border-left: 5px red dashed;
	border-right: 5px red dashed;
	}
	
.posttitle
	{background: white;
	padding-top: 5px;
	padding-bottom: 5px;
	border-style: ridge;
	}

.postfooter
	{color: white;
	}