hr
{
color:navy
}

p
{
margin-left:20px
}
body
{
background-color:lightgrey
}

div
{
font-family:Arial
}
	.today
	{
		color:red;
		font-style:oblique;
		font-weight:bold
	}
	.thisweek
	{
		color:orange;
		font-style:italic;
	}
	.thismonth
	{
		color:blue;
		font-size:14
	}
	.small
	{
		font-size:10
	}
