a		{color: #3333ff;}
a:visited	{color: #3333ff;}
a:hover	{color:red}

p.vacation,
p.note {
	Color: Maroon;
	padding: 5px;
	font-size: 13pt;
	background-color: Yellow;
	font-weight: 700;
	display: block;
	border: thin solid Maroon;
}
p.vacation {
	display: block;
}
p.note {
}

h1,h2		{color:#A02E21}
.item:th		{font-family: Arial}
.item:td		{font-family: Arial}