/*
________________________________________________________________________________________
*    articles.css
*   
*    Style sheet for Adam Pounds articles page
*__________________________________________________________________________________
*/

					
p					{
					text-align: justify;
					line-height: 20px;
					margin-top: 14px;
					margin-bottom: 14px;					
					}
					
h3					{
					text-align: left;
					margin-bottom: 30px;
					font-size: 38px;
					}
					
h4					{
					margin-top: 32px;
					font-size: 22px;
					}
