﻿a {
	color: #553311;
	/* background-color: #ffcc77;  */
}
a:hover {
	color: #bb5500;
}
body, p {
	font-size: 14px;
	font-family: arial;
	color: #553311;
}
h1, .heading-big-brown {
	font-size: 28px;
	color: #553311;
}
h2 {
	font-size: 24px;
	color: #bb7788;
	color: #EF7798;
}
h3 {
	font-size: 22px;
	color: #bb5500;
	color: #EE4F11;
}
h4 {
	font-size: 18px;
	color: #247CA0;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.align-center {
	text-align: center;
}
.align-center-bold {
	text-align: center;
	font-weight: bold;
}
.align-center-italic {
	text-align: center;
	font-style: italic;
}
.align-center-italic-bold {
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.big-bold {
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
}
.big-bold-center {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.big-bold-italic-center {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.light-orange {
	color: #ee8811;
}
.bold-light-orange {
	font-weight: bold;
	color: #ee8811;
}
.purple {
	color: #bb7788;
}
.bold-purple {
	font-weight: bold;
	color: #bb7788;
}
.underline-yellow {
	background-color: yellow;
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}
/*
.big-bold-italic-purple-center {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #bb7788	
}
.big-bold-orange-center {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #bb5500;
}
*/
