body{
	font-family: Helvetica, sans-serif;
	color:#333;
    line-height: 17px;		/*set the leading 2-5pt larger than the type size*/
	font-size: 12px; 		/*Same as p size*/
	background-image:url(../assets/images/bg.png);
	background-repeat:repeat;
}

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*/


a:focus{outline:1px dotted invert}
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:16px; margin-bottom: 15px;}
h2{font-size:14px; margin-bottom: 15px;}
h3{font-size:12px; margin-bottom: 15px;}
p {font-size:12px; margin-bottom: 15px;}

/*List styling*/
ol{list-style:decimal}
ul{list-style:square}
li{margin-left:30px}
/*End List styling*/

.clear {clear:both;}
  

