/* CSS Document */
/* Design & Code (c) Caleb Zahnd. */
/* This document is to maintain the styles of various layout items throughout the site */

h1 {
	font-size: 150%;
	font-weight: bold;
}
h2 {
	color:#000000;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	display: inline;
	text-decoration: underline;
	margin-bottom: -10px;
}
.row_titles {
	font-weight: bold;
	text-transform: uppercase;
}
a:link, a:visited {
	color: #124680;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#sidebar_news li {
	margin: 0;
	margin-left: -25px;
}