

@font-face {
	font-family: Baskerville;
	font-style:  normal;
	font-weight: normal;
	src: url(./BASKERV1.eot);
}

@font-face {
	font-family: Baskerville;
	font-style:  oblique;
	font-weight: normal;
	src: url(./BASKERV0.eot);
}

BODY { 	color: #332200; 
	background: #FFEECC;
	font-family: Baskerville, Times New Roman, Serif;
	font-size: 12pt;
	margin-right: 10%;
	margin-left: 10%;
}

A {	text-decoration: none;
	color: #332200;
}

P {	margin-top: 0;
	margin-bottom: 0;
	text-indent: 1em;
	text-align: left;
}

SPAN.first {
	text-transform: uppercase; 
	font-size: 10pt;
}
SPAN.first:first-letter { font-size: 12pt; }

H1 {	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 18pt;
}
H2 {	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 14pt;
}
H3 {	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 10pt;
}
HR {	width: 30%;
	border-top: solid;
	color: #332200; 
}

IMG {	border: solid;
	border-width: 2px;
	border-color: #332200; 
	margin: 10px;
}

OL {	list-style-type: upper-roman; }
