<style type="text/css">
	h1 {
		font-family: Arial;
		font-size: 2em;
		font-weight: normal;
		color: #2074A0;
	}

	.footerlinks {
		font-family: Verdana;
		font-size: .85em;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}

	.text {
		font-family: Arial;
		font-size: .85em;
		font-weight: normal;
		color: #2074A0;
	}
	.title {
		font-family: Arial;
		font-size: .85em;
		font-weight: bold;
		color: #0098D0;
	}

	.navbar {
		font-family: Verdana;
		font-size: 9px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.note {
		background: Gray;
		font: bold;
		color:white
	}

	.figure {
		font-weight: bold;
		font-size: .85em;
	}

	.table {
		font-weight: bold;
		font-size: .85em;
	}

	.code {
		font-style: Arial;
		font-size: .8em;
		color: maroon;

	}

	th {
		font-family: Arial;
		font-size: .85em;
		font-weight: bold;
		color: #2074A0;
	}

	td {
		font-family: Arial;
		font-size: .85em;
		font-weight: normal;
		color: #2074A0;
	}
</style>

