body {
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	width: 95%;
	background-attachment: fixed;
	background-image: url(images/bg_main.jpg);
	font-size: larger;
}
.headlines {
	font-size: xx-large;
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	text-decoration: underline;
}
a:link {
	color: ffffff;
}
a:visited {
	color: ffffff;
}
a:hover {
	color: ffffff;
}
a:active {
	color: #ffffff;
}

