body {
	color: #000;
	font-size: 10pt;
	font-family: 'Roboto Condensed', sans-serif;
}
table tr td, p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:16px;
}
.borders {
	background-color:#cc9;
	border: 4px solid #4d4b4b;
	outline: 1px solid white;
}
td {
	vertical-align:top;
}
.brown {
	font-weight:400;
	color:brown;
	font-size:26px;
	font-family: 'Roboto Condensed', sans-serif;
}
.blue {
	font-weight:400;
	color:blue;
	font-size:26px;
	font-family: 'Roboto Condensed', sans-serif;
}
.topnav a {
	color:#fff;
}
.title {
	background-color:#930;
	color:#fff;
	font-weight:normal;
	font-size:36px;
}
.title a {
	color:#fff;
	text-decoration:none;
}
.title a:hover {
	text-decoration:underline;
}
h1 {
    font-weight: 400;
    color: brown;
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
}
h2 {
	font-size:18px;
}