body{
	font-family:Georgia, serif;
	margin:20px;
	color:#999;
	font-size:0.9em;
}
p{
	width:20em;
}
h1, h2{
	font-size:1em;
	font-weight:normal;
	margin-bottom:0px;
	color:black;
}
h1 + p, h2+p{
	margin-top:0px;
}
a{
	text-decoration:none;
	color:red;
}
a:active{
	color:green;
}
a:visited{
	color:blue;
}
a:link{
	color:red;
}
a:hover{
	text-decoration:underline;
}
p, a{

}