/* CSS Document */
/* Custom Styles */
.title{
	font-family: tahoma, verdana, helvetica;

	font-size: 30px;
	background-color: #006666;
  color: #000000;
}

.subtitle{
	font-family: tahoma, verdana, helvetica;

	font-size: 26px;
  color: #000000;
}

.content{
	font-family: tahoma, verdana, helvetica;

	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* Tag Custom Styles for headings and paragraphs in the editor. */

h1 {
	font-family: tahoma, verdana, helvetica;

  	font-size: 30px;
	line-height: 30px;
	color: #220B00;
}

h2 {
	font-family: tahoma, verdana, helvetica;

	font-size: 26px;
	line-height: 22px;
	font-weight: bold;
  	color: #313411;
}

h3{
	font-family: tahoma, verdana, helvetica;

	font-size: 22px;

  color: #4C6927 ;
}

h4{
	font-family: tahoma, verdana, helvetica;

	font-size: 18px;

  color: #76A942;
}
h5{
color: #b5f562;
}














body, p {
	font-family: tahoma, verdana, helvetica;

	font-size: 12px;
	font-weight: normal;
	color: #000000;
}