/* main.css - 1/20/17
   
NOTES:   
.class 	.intro 	    Selects all elements with class="intro"
#id 	  #firstname 	Selects the element with id="firstname"   
   
================================================================ */

body,h1,h2,h3,h4,h5,h6 {
	font-family: "Proza Libre", sans-serif
}

.w3-sidenav a,.w3-sidenav h4 {
	font-weight:bold
}

/* standard page links - 3\15\17 */
a.blue_link{
	color: blue;
	/* text-decoration: none; */
	}
	
/* for footnotes */
a.blue_no_underline{
	color: blue;
	text-decoration: none;
	}
	
/* just remove underscore */
a.no_underline{
	/* color: blue; */
	text-decoration: none;
	}

