h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	margin-bottom: 10px;
}
h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	margin-bottom: 15px;
}
h3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}
.summer    {
	background-color: #CCCC66;
	color: #333333;
}
.winter    {
	background-color: #3366CC;
	color: #FFFFFF;
}
