body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: black;
	background-color: white;
	margin-left: 5%;
	margin-right: 5%;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: black;
}
a:link {
	color: gray;
}
a:visited {
	color: gray;
}
hr {
	border-top: 1px solid #999;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th {
	color: white;
	background-color: black;
}
table {
	border-bottom-color: black;
	border-left-color: black;
}
td { 
	border-top-color: black;
	border-right-color: black;
}
#gab_container, #menu, #sub-menu, #carousel, #carousel_nav, #breadcrumbs, #btn_back-to-top {
	display: none;
}