body {
	padding: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 100px;
	width: 500px;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
}

a {
        background-color: transparent;
	padding-right: 6px;
	padding-left: 6px;
	color: black;
	text-decoration: underline;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

a:hover {
        text-decoration: none;
	color: white;
	background-color: black;
}

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;
}
