body {
	background-image: url(index_img/bg_global.jpg);
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.hoofding {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.hometxt {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.news {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}



a:link{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #3A5176;
	text-decoration: none;
}

a:visited{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:  #3A5176;
}
a:active{ 
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #3A5176;
	text-decoration: none;
}
a:hover{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E3A6C8;
}

