/* CSS Document */
html {
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #EB5889;
	scrollbar-dark-shadow-color: #781134;
	scrollbar-track-color: #D9215E;
	scrollbar-face-color: #EB5889;
	scrollbar-shadow-color: #D9215E;
	scrollbar-highlight-color: #F896B5;
	scrollbar-3d-light-color: #FF4C88;
}
body {
	width: 90%;
	background-image: url(../Images/background_page_other.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link {
	color: #D9215E; text-decoration:underline;
}

a:visited {
	color: #A81949; text-decoration:underline; 
}

a:hover {
	color: #EB5889; text-decoration:underline overline; cursor:hand;
}

a:active {
	color: #D9215E; text-decoration:underline overline; cursor:hand;
}

