.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color:  #0099FF;	
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}
body {
	background-image: url(images/backgroundimage.gif);
	background-repeat: no-repeat;
	background-color: #000063;
}

