/* Reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0; 
	padding: 0;
}
html {
	height:100%;
}
body {
	height:100%;
	background-color: #cccccc;
	/* Consistent Base Font Size */
	font-size: 62.5%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
a {
	text-decoration: none;
	color: #0000ff;
}
hr {
	margin: 5px 30px;
	height: 1px;
	border: 0;
	border-bottom: 1px dashed rgb(185, 226, 239);
}
p, pre {
	margin-top: 10px;
	margin-bottom: 10px;
}
.copy {
	font-size: 12px;
}
.caption {
	font-size: 10px;
}
.PageTitle {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
div.BlogPost {
	padding: 10px 0 5px 10px;
}
.BlogTitle {
	font-weight: bold;
	font-size: 14px;
}
.BlogDate {
	font-size: 10px;
}
.BlogPoster {
	font-size: 10px;
	font-style: italic;
}
.BlogURL {
	font-size: 10px;
}
.BlogBody {
	font-size: 12px;
	padding: 10px 0 10px 0;
}
.BlogLinks, a.BlogLinks {
	font-size: 10px;
}
.BlogCategory, a.BlogCategory {
	font-size: 10px;
}
div.header { font-weight: bold; font-size: 14px; }
div.indent { margin-left: 15px; }
ul { margin-left: 15px; list-style-type: disc; }
li { margin-left: 15px; }
