h1 {
	color: #F00;
	margin-top: 5px;
}

h2 {
	color: #F00;
	margin-top: 5px;
}

h3 {
	color: #F00;
	margin-top: 5px;
}

/* gives custom dotted underline appearance to hyperlinks */

a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F00;
	padding-bottom: 1px;
}

.announce {

	font-size: medium;
	margin-left: 10px;

}

