/* CSS Document */
/* Custom Styles */
.title{
	font-family:palatino,georgia,serif;
	font-size: 24px;
	
  color: #990000;
line-height: 30px;
}

.subtitle{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 19px;
  color: #000000;
}

.content{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
            
}

/* Tag Custom Styles for headings and paragraphs in the editor. */

h1 {
	font-family:palatino,georgia,serif;
	font-size: 24px;
	line-height: 26px;
	color: #990000;
}

h2 {
	font-family:palatino,georgia,serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
  	color: #000000;
}

h3{
	font-family:georgia, palatino, serif;
	font-size: 17px;

  color: #333333;
}

h4{
	font-family:Tahoma, Arial, sans-serif;
	font-size: 15px;

  color: #333333;
}

body, p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;

}



