@charset "utf-8";

@import url("share/default.css");
@import url("share/fonts.css");

* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin: 10px 10px 0 20px;
	color: #000;
	font-size: 108%;
}

	h1 a {
		color: #000;
		font-size: 86%;
	}

h2 {
	margin: 15px 10px 0 20px;
	border-left: solid #f00 3px;
	padding-left: 5px;
	font-size: 100%;
	color: #f00;
}
		
p {
	margin: 10px 10px 0 20px;
}

ul.recentEntries {
	list-style: circle;
	margin: 10px 10px 0 40px;
}

	ul.recentEntries li {
		line-height: 1.6;
	}