﻿/* CONTENT ISLANDS */

h1 {
	color: #a21b21;
}
h2 {
	color: #a21b21;
}
h3 {
	color: #a21b21;
}
p.week {
	font-size: 1.25em; font-weight: bold; color: #a21b21;
}	
a {
	color: #a21b21;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: red;
}
a:visited {
	color: #511515;
}


