body
{
	font-family: Verdana;
	font-size: .9em;
	width: 600px;
	margin: 30 auto auto auto;
	line-height: 1.4em;
	
}

a
{
	text-decoration: none;
	color: red;
}

a:hover
{
	text-decoration: none;
	color: silver;
}

h1
{
	font-size: 2em;
	color: silver;
}

h2
{
	font-size: 1.5em;
	color: red;
}

.entry
{
	
	width: 600px;

}