body {
	background-image:  url(../images/bg_rose.jpg);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/************** #headlines styles **************/
.style1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.style2 {
	font-size: 16px;
	text-align: center;
}

.style4 {
	font-size: 12px;
	font-weight: bold;
}
.style5 {
	font-size: 12px;
}
.red {
	color: #FF0000;
	font-weight: normal;
	font-size: 14px;
}
a:link{
	color: #333333;
	text-decoration: underline;
	font-size: 14px;
}

a:visited{
	color: #009900;
	font-size: 14px;
	text-decoration: underline;
}

a:hover{
	color: #FF0000;
}
