/*Racheland Designs Styles*/

p {
	font-family: "Book Antiqua", "Times New Roman", Times, serif;;
	font-size: 12pt;
}

ul {
	font-family: "Book Antiqua", "Times New Roman", Times, serif;;
	font-size: 12pt;
	list-style-type: disc;
   color: inherit;
}

h1, h2, h3, h4 {
	color: #0C4541;
}
h1   {
   font-size: 28pt;
	 }
	 
h2  {
   font-size: 22pt;
	 }
	 
	 h3  {
   font-size: 20pt;
	 }

	 
a:link {
	 color: #156F69;
	 background-color: transparent;
	 font-size: inherit;
	 padding: 0;
	}

 a:visited {
	color: #0C4541;
	background-color: transparent;
	font-size: inherit;
	text-decoration: underline;
}

 a:active {
	color: Red;
	background-color: transparent;
	font-size: inherit;
	text-decoration: blink;
}
	 
 .quote {
	font-style: italic;
	width: 80%;
	text-align: justify;
}

.emph {
	font-weight: bold;
	color: #156F69;
}
