body {
	background-image: url(images/baroque01.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
} 
p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.logo {
	margin-top: 50px;
}
a:link { 
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	 }
	
a:active { 
	text-decoration: none;
	color: #999999; 	
	font-weight: bold;
	 }
a:visited {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	 }
a:hover {
	text-decoration: none;
	color: #ee34a5;
	font-weight: bold;
}

a img { border: none; }
