@import (url'http://fonts.googleapis.com/css?family=Lekton:regular,bold');
body {
	padding: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 100px;
	width: 500px;
	color: #333333;
	font-family: Lekton, Monaco, "Courier New", Courier, monospace;
}

a {
	background-color: #ffffcc;
	color: black;
	text-decoration: none;
}

a:hover {
	background-color: #e0f6fe;
	text-decoration: underline;
}

h1 {
	color: black;
	font-size: 26px;
}

h2 {
	line-height: 30px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	font-size: 20px;
}

.comment {
	font-size: 10px;
}

