body {
    background-color: #fff;
    color: #000;
    font-family: "Times New Roman",Times,serif;
	padding:0;
	margin:0;
}
h1,h2,h3 {
    font: normal normal bold;
    font-family: helvetica,arial,sans-serif;
}
h1 {font-size:140%;}
h2 {font-size:120%;}
a {
    text-decoration: none;
    color: #666;
}
a.emdev {color: #000;}
a:hover {
    text-decoration: underline;
    color: #000;
}
img {border: 0;}

div#container {
    margin: 100px auto;
    width: 500px;
}
div.logo {
	margin: 25px auto;
	width: 500px;
	border: 0;
}
div#latest_posts {
	width: 90%;
	font-size: 90%;
	border: 1px solid #f0f0f0;
	margin: 40px auto;
	background-color: #fafafa;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
div#latest_posts ul {list-style: none;}
em {font-weight: bold;}
p a:hover, div#latest_posts a:hover {
	color: #993337;
}
p.tag {text-align: center;}
p#footer {
	text-align: center;
	border-top: 1px solid #eee;
	color: #777;
	font-size: 75%;
}