
body 
{ 
	font-family: Garamond, "Times New Roman", serif;
	font-size: 12px
	font-style: normal;
	font-weight: normal
	text-decoration: none;
  	margin-left: 10%; margin-right: 10%;
  	color: darkgreen; background: white
}


h1,h2,h3,h4,h5,h6,p,ul 
{ 
	font-family: Garamond, "Times New Roman", serif
}

h1,h2,h3,h4,h5,h6 
{ 
	font-family: Garamond, "Times New Roman", serif;
	color: black
}




.cap { font-size: 13pt; font-family: Garamond, "Times New Roman", serif;
	
	font-style: italic;
	align: center;
	font-weight: normal;
	text-decoration: none;
  	color: darkgreen; background: white
}



hr 
{ 
	color: #cc0000
}



  :link { color: darkgreen }  /* for unvisited links */
  :visited { color: darkgreen } /* for visited links */
  a:active { color: darkgreen } /* when link is clicked */
  a:hover { color: lightgreen } /* when mouse is over link */




.navbar { font-size: 10pt; font-family: Garamond, "Times New Roman", serif; color: #990000; }
.navbar a { font-size: 10pt; text-decoration: none; color: darkgreen; }
.navbar a:active { color: darkgreen; }
.navbar a:hover { text-decoration: none; color: lightgreen }