body {
	background-image:url("/images/tinycandyhammersbg.png");
	background-repeat:repeat;

	width:700px;
	margin:40px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;

	color: #4a5454;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.maintext {
	font-family: serif;
}

.article {
	margin: 30px 0;
	border-bottom: 1px solid #bae5e5;
}

.archive {
	font-size: 19pt;
}

.articleheader {
	font-size: 18pt;
}

.articlefooter {
	font-size: 12pt;
	text-align: right;
}

.header {
	font-size: 36pt;
	border-bottom: 5px solid #ffbeee;
}

.footer {
	margin-top: 15px;
	font-size: 8pt;
}

.menu {
	text-align:right;
	margin-bottom: 10px;
}

a:link {color:#58274b; text-decoration:none;}      /* unvisited link */
a:visited {color:#58274b; text-decoration:none;}  /* visited link */
a:hover {color:#a14889; text-decoration:none;}  /* mouse over link */
a:active {color:#58274b; text-decoration:none;}  /* selected link */

