@charset "utf-8";
/* CSS Document */
body {
	margin:10px;
	padding:0px;
	background-color:#FAFAFA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
h1 {
	font-size:20px;
	font-weight:lighter;
	margin:0px;
}
h2 {
	font-size:10px;
	font-weight:bold;
	margin:0px;
	margin-top:5px;
	color:#3399FF;
}
p {
	font-size:10px;
	margin-top:5px;
	margin-bottom:5px;
}
a {
	text-decoration:none;
	color:#666666;
	border:0px;
}
a:hover {
	color:#FAFAFA;
	background-color:#666666;
}
img {
	border:0px;
}
.date {
	font-weight:bold;
}
#person {
	width:300px;
}
#content {
	position:absolute;
	left:310px;
	top:10px;
}