/*
@font-face {
	font-family: BlackChancery;
	font-style: norma;
	font-weight: normal;
	src: url(BLACKCH0.eot);
}
@font-face {
	font-family: ZapfChan Dm BT;
	font-style: normal;
	font-weight: normal;
	src: url(ZAPFCHA0.eot);
}
@font-face {
	font-family: Zapf Chancery Demi BT;
	font-style: normal;
	font-weight: normal;
	src: url(ZAPFCHA0.eot);
}
@font-face {
	font-family: ZapfChan Dm BT;
	font-style: oblique;
	font-weight: normal;
	src: url(ZAPFCHA0.eot);
}
@font-face {
	font-family: Zapf Chancery Demi BT;
	font-style: oblique;
	font-weight: normal;
	src: url(ZAPFCHA0.eot);
}
*/

body {
	/* font-family: "Apple Chancery", "Zapf Chancery Demi BT", "ZapfChan Dm BT Bold", "Zapf Chancery", "BlackChancery", "Black Chancery", "Chancery", "Brush Script MT", "Brush Script", cursive, serif, sans-serif; */
	font-family: "Apple Chancery", "Chancery", "Brush Script MT", "Brush Script", cursive, serif, sans-serif;
	padding-left: 3em;
	padding-top: 3em;
	padding-right: 120px;
	background-color: #fbfcd7;
	background-image: url("border-upper-right.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

a:link { color: #515151; }
a:visited { color: #000000; }
a:active { color: #ff0000; }
p:first-letter { font-size: 150%; }
p.response-ben:first-letter, p.response-cynthia:first-letter, p.response-nelson:first-letter { font-size: 100%; }

h1 { margin-left: -1em; }
.header { font-weight: bold; font-size: 180%; padding-bottom: 3em; text-align: center; }
.main { padding-left: 2em; }
.footer { text-align: center; }

.questions { padding-bottom: .7em; padding-top: .7em; }
.action { padding-bottom: 0; padding-top: 1em; font-size: smaller; font-style: italic; }
.action:before { content: "("; }
.action:after { content: ")"; }

.question:before { color: #515151; }
.response:before { content: "(Ben and Cynthia) "; }
.response-ben:before { content: "(Ben) "; color: #a5b87c;}
.response-cynthia:before { content: "(Cynthia) "; color: #f5aeae; }
.response-nelson:before { content: "(Nelson Fulbright) "; color: #515151; }
