@font-face {
    font-family: AdobeCaslon;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/AdobeCaslonPro-Regular.woff2") format("woff2"), url("/fonts/AdobeCaslonPro-Regular.woff") format("woff")
}

@font-face {
    font-family: AdobeCaslon;
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/AdobeCaslonPro-Italic.woff2") format("woff2"), url("/fonts/AdobeCaslonPro-Italic.woff") format("woff")
}

@font-face {
    font-family: AdobeCaslon;
    font-style: bold;
    font-weight: 700;
    src: url("../fonts/AdobeCaslonPro-Bold.woff2") format("woff2"), url("/fonts/AdobeCaslonPro-Bold.woff") format("woff")
}

@font-face { font-family: 18cKurrent;
	     src: url(../fonts/18thCtrKurTxt.ttf) format("truetype");
}

body { background-color: #F9F9F9; }

p {
	margin-right: 80px;
	margin-left: 80px;
	font-family: AdobeCaslon, Garamond, Georgia; font-size: 15pt;
}
p.big {font-size: 18pt}

p.cursive { font-family: 18cKurrent, cursive; font-size: 15pt; }

h1 {font-family: AdobeCaslon, Garamond, Georgia; font-size: 24pt}
h1.indent {margin-left: 80px; margin-right: 80px}
h2 {font-family: AdobeCaslon, Garamond, Georgia; font-size: 18pt}
h3 {font-family: AdobeCaslon, Garamond, Georgia; font-size: 15pt}
ul {font-family: AdobeCaslon, Garamond, Georgia; font-size: 15pt; line-height: 1.2em;
	list-style-image: url('leaf.png');}
ul.withgreek { list-style-type: lower-greek }
ul.withnone { list-style-type: none }
ul.tiny {font-size: 10pt; line-height: 1.2em; list-style-image: url('tiny_leaf.png'); }
ul.and {font-size: 15pt; font-color: #87473B; line-height: 1.4em; list-style-image: url('and_leaf_small.png'); }
ul.pad { margin: 35px; padding: 35px;}
a { text-decoration:none }
a:link {color: #222277}
a:visited {color: #222277}
a:hover {color: #CACC04}
a:active {color: #CACC04}
em {color : #ffff66; font-weight: bold}
body { font-size: 150% }
tr.gray {color: #888888}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, 
    rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
