body { 
	font-family: 'Ubuntu', sans-serif;
	line-height: .8em;

}
header { line-height: 2em;

}

h2 { color: pink; }

section {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 16px;
		color: black;
	} 

div,p {text-indent: 4em}

h3 {text-indent: 2em}

#fwb {font-weight: bold;}
#fsi {font-style: italic;}



#lss {letter-spacing: .3em;}
#lsss {letter-spacing: -.3em;}


#tdu {text-decoration: underline;}
#tdl {text-decoration: line-through;}


#ttu {text-transform: uppercase;}
#ttl {text-transform: lowercase;}
#ttc {text-transform: capitalize;}

