body
{
	margin:10px 0px 10px 10px;
	background-color:#666666;
}
body, h1, h2, h3, div, p, day
{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode','Trebuchet MS', georgia, new times roman, serif;
	font-size:12px;
}
.day
{
	border:1px dotted #666666;
	background-color: #F2F2C2;
	padding:5px;
	margin:5px -5px 2px -5px;
}
.content
{
	padding:15px;
	width:666px;
	background-color:#FFFFCC;
	border:1px solid black;
	border-right:2px solid black;
	border-bottom:2px solid black;
}
h1
{
	font-size:36px;
	color:white;
	font-weight:bolder;
	margin-bottom:2px;
}
h2
{
	font-size:18px;
	color:black;
	font-weight:bold;
	margin:2px 0px 2px 0px;
}
h3
{
	font-size:10px;
	color:#666666;
	margin:5px 0px 15px 0px;
}
p
{
	margin:2px;
	text-indent:15px;
	text-align:justify;
	line-height:20px;
}
a
{
	color:#666666;
	text-decoration:none;
	padding-bottom:1px;
	border-bottom:1px dotted;
}
