@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFCC00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style2 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}
.style3 {
	font-size: 18px
}
.style5 {
	font-size: 14pt;
	font-family: "Times New Roman", Times, serif;
	line-height: 18pt;
	font-weight: normal;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
