h1{font-family: Cambria, serif;
 font-size:25px;
padding-left: 5%;

}


h2{color: red; /*font-family: Cambria, serif;*/
  font-size: 20px;
font-weight: bold;
padding-left: 5%;

}

/*h2:after
{
    content:' ';
    display:block;
    border:1px solid rgb(220,220,220);
}*/

h3{color: red; font-size: 16px;
padding-left: 5%;
}
a:link{color: blue; 
}
a:visited{color: gray; 
}
p{font-size: 16px;
}
p{
    line-height: 150%;
padding-left: 5%;

}


p{font-family: Helvetica, sans-serif;
padding-left: 5%;
max-width:800px;


}

p.links{font-size:9.0pt; 
font-family:"Arial",sans-serif;
}


a:link {
    color: blue;
text-decoration: none;

}

a:visited {
    color: gray;
text-decoration: none;
}




a:hover {
    color: black;
text-decoration: underline;
}


a:active {
    color: black;
text-decoration: underline;
}

img {
    width: 90%;
    height: auto;
	padding-left: 5%;
}

img.resize {
	max-width: 350px;
	max-height:350px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5%;
}