body {
	font-family: 'Open Sans', Arial, sans-serif;  
	font-size: 12pt;  /* %, em, rem */ 
	color: black; /* rgb, rgba (includes alpha channel), #ff0000 */
}

h1 {
	font-family: Arial
	color:black;
	font-weight: black; /* 100 - 900 (400 normal) */ 
	line-height: 0;  
}

h2 {
	font-family: Arial
	font-weight: bold;
	font-size: 10pt;
	line-height: 12pt;

}

span.property-header {	
	font-family: Arial
	font-weight:lighter;
	font-size: 15pt;
	line-height: 1.3;
	text-decoration: underline;
}

span.styling-subheader {	
	font-size: .7em;
	color: grey;
}

#bold {	
	font-weight: 600;
}

#italic {	
	font-style: italic;
}

#oblique {	
	font-style: oblique; 
}

#wide {	
	letter-spacing: .2em; 
}

#uppercase {
	text-transform: uppercase;
}

#lowercase {
	text-transform: lowercase;
}

#capitalize{
	text-transform: capitalize;
}

#underline {
	text-decoration: underline;
}

#strikethrough {
	text-decoration: line-through;
}

#overline{
	text-decoration: overline;
}
