body {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	font-family: arial;
	font-size: 12px;
	text-align: center;
	height: 500px;
}

a.plain:link {
	color: rgb(0,0,0);
	text-decoration: none;
}

a.plain:visited {
	color: rgb(0,0,0);
	text-decoration: none;
}

a.plain:hover {
	color: rgb(0,0,0);
	text-decoration: underline;
}

a.plain:active {
	color: rgb(0,0,0);
	text-decoration: none;
}

.links {
	text-align: center;
}

.blogpost {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	width: 700px;
	text-align: left;
	overflow: auto;
}

.centerpost {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
	width: 700px;
	text-align: center;
	overflow: auto;
}

.mincontentsize {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	min-height:200px;
	/* IE hack */
	height: expression(document.body.clientHeight < 200 ? "200px" : );
}

.topalign {
	vertical-align: top;
}

.bottomalign {
	vertical-align: bottom;
}

.addborder {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,0,0);
}

.content100 {
	height: 200px;
}
