
/* CSS Styles for Text                 */
/* designed for LD CreativeMedia site  */
/* version posted August 2009          */
/* by Laura Denny                      */



h1, h2, h3, h4{
		font-family: Arial, Helvetica, sans-serif;
		padding: 10px;
		
	}
	h1 {
		font-size: 18px;
		color: #006666;
		padding-right: 20px;
		padding-bottom:10px;
		font-weight: bold;
	}
	h2 {
		font-size: 16px;
		padding-left: 15px; 
		
		font-weight: bold;
		color: #000000;
	}	
		
	h3 {
		font-size: 14px;
		font-weight: bold;
		color: #066;
		font-style: italic;
		text-align: center;
		}
		
	h4 {
		font-size: 12px;
		font-weight: bold;
		color: #006666;
		font-style: italic;
		text-align: center;
		}
		
	p { font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
		}