.title {
	font-size: 24px;
}
.subtitle {
	font-size: 20px;
}
a:link {
	text-decoration: underline;
	color: #FF9933;
}
a:visited {
	text-decoration: underline;
	color: #FF9933;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.headline {
	font-weight: bold;
	color: #990000;
}
.border {
	border: thin none #CCCCCC;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}