body {
	font: 16px arial;
	color: #ffffff;
	/*color: #ff6666;*/
	background-color: #2e5178;
	background-image: none;
}
a {
	color: yellow;
}
a:hover {
	color: #ffcccc;
}
a:visited {
	color: red;
}
table {
	margin: auto;
	width: 40%;
	padding: 5px;
	border-collapse: collapse;
}
#ETFs th, #ETFs td {	/* ETFs table */
	padding: 3px;
	border: 1px solid white;
	font-size: 0.9em;
}
div {
	/*float: right;*/
	position: fixed;
	right: 10%;
	top: 40px;
	width: 150px;
	border: 3px dotted lightgreen;
	border-radius: 20px;
	padding: 5px;
	background-color: grey;
	text-align: center;
}
span {
	font-size: 20px;
	color: white;
}
#compoundMatrix a {
	display: block;	/* behave like a block element so it will fill the entire surrounding div */
	width: 100%;	/* fill the entire width of the surrounding div */
	height: 100%;	/* fill the entire height of the surrounding div */
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	text-decoration: none;	/* remove the hyper-link underline */
}	
#disclaimer {
	font: italic 12px sans-serif;
}
hr {
	width: 80%;
}
