body{
	color:#000000;
	font-family: Helvetica, sans-serif;
    line-height: 17px;		/*set the leading 2-5pt larger than the type size*/
	font-size: 12px; 		/*Same as p size*/	/*17+12=29px*/
}

blockquote {  
    text-indent: -0.5em;  /*this creates hanging quotes*/	
}

p {
	width:480px;
	margin:13px;
}

p,blockquote,/*dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset*/{margin-bottom:17px;}/*This is the same as the line height*/
  

/*This is to emphansis something.  Use only one though at a time*/
/*
span {  
    font-style: italic;  
}  
h1 {  
    font-weight: bold;  
}  
h2 {  
    text-transform: uppercase;  
}    
b {  
    font-variant: small-caps;  
}
*/
span {  
    font-style: italic;  
}  
/*End of emphansis*/


hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0;}


/*SCALE: 6, 7, 8, 9, 10, 11 , 12, 14, 16, 18, 21, 24, 36, 48, 60, 72*/
h1{font-size:24px; line-height: 36px; margin-top:15px;}
h2{font-size:21px; line-height: 24px; margin-top:27px;}
h3{font-size:18px; line-height: 21px; margin-top:30px;}
h4{font-size:16px; line-height: 18px; margin-top:33px;}
h5{font-size:14px; line-height: 16px; margin-top:35px;}
h6{font-size:12px; line-height: 14px; margin-top:37px;}
p {font-size:12px;}

/*List styling*/
ol{list-style:decimal;}
ul{list-style:square;}
li{margin-left:30px;}
/*End List styling*/

.clear {clear:both;}
  

