/* Personal & additional styles for the site */
body {
  font-family: arial, 'Times New Roman', serif;
  font-size: 14pt;
  color: #333333; }

body,h1,h2,h3,h4,h5,h6 {
	font-family: "Lato", sans-serif
	}
	
p {
	font-size:14pt;
	line-height:18pt;
	}

.w3-bar,h1,button {
	font-family: "Montserrat", sans-serif
	}
	
.w3-ul a {
	font-weight:normal;
}

.center {
	text-align:center;
	}
.style1 {
	font-weight:bold;
	}
.style2 {
	font-style:italic;
	}
.style3	{
	text-decoration:underline;
	}
.style4 {
	font-weight:bold;
	text-align:center;
	}
.picture {
	position:relative;
	float:right;
	border:4px ridge burlywood;
	margin-left:5px;
	margin-right:20px;
	}
.added {
	font-size:10pt;
	color:#A52A2A;
	}
.footnote {
	color:#800000;
	font-size:10pt;
	}
.waw {
	text-align:right;
	padding-right:10pt;
	font-style:italic;
	font-size:10pt;
	}

	.history {
	font-size: 14pt;
	font-weight:bold; 
	color:#8B0000;
	}


  #contact {
	  background-color:#C8E6CC;
	  border-botttom:1pt solid #004000;

	
	/* Miscellaneous Colors */
	.w3-dark-red {
		color:#fff !important; 
		background-color:#960F0F !important
	}
