a {

	color: #000077;

	text-decoration: none;

}

a:hover {
	text-decoration: underline;
	color: #000088;
}

.smaller {

	font-size: x-small;

	color: #111111;

}

body {
	background-color: #FFFFFF;
	font-size: small;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;

}

.headline {

	font-size: large;

	font-weight: bold;

	color: #AA0000;

}

.superbig {
	font-size: x-large;
	font-weight: bolder;
	color: #DD0000;
}
.accent {
	font-weight: bold;
	color: #770000;
}
