/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face { font-family: Museo700; src: url('Museo700-Regular.otf'); }
@font-face { font-family: Museo500; src: url('Museo500-Regular.otf'); }
@font-face { font-family: Museo300; src: url('Museo300-Regular.otf'); }
body { 
	font-family: "Century Gothic", Arial, sans; 
	background-color: ivory;
}
h1 { 
	padding: 0.3em
}
h1, h2, hr, th {
	font-family: Museo700, "Century Gothic", Arial, sans;
	background-color: maroon;
	color: ivory;
}
h3, h4, hr{
	font-family: Museo700, "Century Gothic", Arial, sans;
	color: maroon;
}
a {
	font-family: Museo500, "Century Gothic", Arial, sans;
	color: maroon;
}
table {border-collapse: collapse; text-align: left;}
tr { border-bottom: 0.1em solid maroon; }
th { font-size: large; font-weight: normal; 
padding: 0.2em 0.6em 0.2em 0.4em;
font-family: Museo700, "Century Gothic", Arial, sans;
border-bottom: 0em solid maroon;
}
td { padding-left: 0.4em; }
tbody tr:hover td { color: #58A0DC;}
a:hover { text-decoration: none;}

