body {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color: maroon;
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:hover {	
	color: maroon;
}

.small-a {
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;

}
.small-a:hover {	
	color: maroon;
}

.big-a {
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-decoration: none;

}
.big-a:hover {	
	color: maroon;
}

.sc-title {
	width: 100%;
	color: maroon;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	background-color: #E0E0E0;
	text-align: center;
	height: 40px;
	vertical-align: middle;
}

.sc-links {
	background-color: #E0E0E0;
	text-align: left;
	vertical-align: top;
}

.footer {
	width: 100%;
	color: maroon;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}
