/* Articles Stylesheet */

h1.georgia1	 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.5em; 
	text-align: center; 
}

h2.georgia2  { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.2em; 
	margin: 28px 30px 14px 30px;
}
       
h3.georgia3  { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1em; 
	margin: 28px 30px 14px 30px;
}

.first       { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.2em;
	color: #000000;
	text-indent: 0; 
	line-height: 150%; 
	margin: 14px 30px 0 30px;
}

.firstquote  { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1em; 
	font-style: italic;
	color: #444; 
	line-height: 150%; 
	margin: 0 60px 10px 50px;
}
			   
.maintext    { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1em; 
	color: #000000;
	text-indent: 30px; 
	line-height: 150%; 
    margin: 0px 30px 0px 30px;
}
           
.quote       { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1em; 
	font-style: italic;	
	color: #444;
	line-height: 150%; 
	margin: 14px 60px 14px 60px;
	
}
   
.articles ul { 
	list-style-type: square;
}

.articles li {
	margin: 0 30px 0 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	line-height: 150%;
	text-align: left;
}


