body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #323232;
	color: #FFFFFF;
}

/* regular links */
a:link {
	color: #999999;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #999999;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

/* link for member of swiss private bankers */
a.swissbankers:link {
	color: #999999;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.swissbankers:visited {
	color: #999999;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.swissbankers:hover {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
