/* This contains style that doesn't fit in other categories*/

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #cb871c;
	line-height: 30px;
	margin: 0;
	font-weight: bold;
}
.large-text {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #cb871c; line-height: 18px;}

a:link {color: #cb871c; text-decoration: none;}
a:visited {color: #cb871c; text-decoration: none;}
a:hover {color: #cb871c; text-decoration: underline;}
a:active {color: #cb871c; text-decoration: underline;}

#content ul, #content ol {
	margin: -2em 0 0px 40px;
	list-style-image: url(../images/about-bullet.gif);
}
