/* --- Common rules  --- */
/* --- 
* {
	margin: 0;
	padding: 0;
}
/* ---  --- */

option {
	padding-right: 8px;
}
body {
	font-style: normal;
	font-weight: 400;
	font-family: Arial,sans-serif;
	color: black;
	font-size: 100%; 
}

a {
	color: #0069b4;
	text-decoration: none;
}
a:visited {
	color: #0072c6;
	text-decoration: none;
}

a:hover {
	color: #0069b4;
	text-decoration: underline;
}