body {
	background-color: white;
	font: 13px helvetica,arial,freesans,clean,sans-serif;
}

div.all {
	width: 640px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.header {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

div#powered {
	margin-top: 8px;
	margin-right: 8px;
}

div.footer {
	margin-bottom: 4px;
}

div.subfooter {
	text-align: center;
	background-color: white;
	font: 9px helvetica,arial,freesans,clean,sans-serif;
}

div.block {
	margin-top: 7px;
	margin-bottom: 7px;
	background-color: #eeeeee;
}

div.blog p {
	margin-top: 7px;
	margin-bottom: 7px;
}

div.backtohome {
	text-align: right;
	margin: auto;
	font-weight: bold;
}

div.title {
	text-decoration: underline;
	padding: 15px;
}

div.text {
	padding: 7px;
}

/*
pre {
    font-family: monospace;
    font-size: 12px;
    padding: 22px;
    padding-left: 30px;
    margin: auto;
    background: #f0f0f0;
    border-left: 1px solid #ccc;
    line-height: 20px;
    background: url(/img/pre_code_bg.gif) repeat-y left top;
    overflow: auto;
}
*/


