/*

Retro Web - design & ontwikkeling
=================================
Retro Web vof
Watergraaflaan 41
4731 WJ Oudenbosch
www.retroweb.nl
info@retroweb.nl
 
-----------------------------------------------
  PICCA style
----------------------------------------------- */

/* Body */
BODY {
	background-image: url(../../img/background/bg00.jpg);
	background-color: #ffffff;
}

.index_headlines {
    padding-top		: 3px;
	padding-left	: 20px;
	background-image: url(../../img/arrow2.gif);
	background-repeat: no-repeat;
}

.a_index2:link {
	color			: #D73131;
	text-decoration	: none;
}
.a_index2:visited {
	color			: #D73131;
	text-decoration	: none;
}
.a_index2:hover {
	color			: #00A1C9;
	text-decoration	: underline;
}

/**/