body {
	font-family: Verdana, sans-serif;
	margin-right: 0; margin-left: 0; margin-top: 0; margin-bottom: 0
	background-color: #DEF;
	font-size: 1em;
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: underline;
	color: #007;
}

a:visited {
	text-decoration: underline;
    color: #007;
}

a:hover {
	text-decoration: none;
	color: #007;
    background-color: #6CF;
}

blockquote {
    border-left:.5em solid #eee;
    padding: 0 2em;
    margin-left:0;
}
