/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #494949;
	color: #000000;
	scrollbar-base-color:#494949;
	
	
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	color: #000000;
	
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	color: #000000;
	
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	color: #000000;
	
}

.collec:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	
	font-style: italic;
	font-weight: lighter;
	border: solid 1px #000000;
    background-color:#FF9000;

}

.public:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	
	font-style: italic;
	font-weight: lighter;
	border: solid 1px #000000;
    background-color:#FF0000;

}
	
.services:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	
	font-style: italic;
	font-weight: lighter;
	border: solid 1px #000000;
    background-color:#339900;

}