body{
	background-color: #e5e5e5;
	font-family : trebuchet MS;
	font-size : 11px;
	margin: 0px;
	padding: 3px;
}

a:link{
	text-decoration : none;
	color: #00f;
}

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

a:hover{
	text-decoration : none;
	color: #000;
}

blockquote{
	font-family : trebuchet MS;
	font-size: 11px;
	background-color: #eee;
	border: 1px solid #999;
	padding: 2px;
	width : 400px;
	margin: 5px;
}