body { 
	background: #369;
	color: #003;
    font-family: "Geneva", "Verdana", sans-serif;
    margin-top: 40px;
    margin-bottom: 200px
	}

h1 {
	font-family: "Georgia", "Palatino", serif;
	color: #47C;
	margin-left: 6%;
	font-size: 600%;
    font-weight: bold;
    line-height: 60%;
	text-align: center
	}

h2 {
	color: #003;
	margin-left: 2%
	}

h2.byline {
	text-align: center;
	font-size: 200%
	}

h2.othertitle {
    font-family: "Georgia", "Palatino", serif;
	text-align: center
	}

h2.centered {
	text-align: center
	}
	
h3 {
	color: #69C;
	text-align: center;
	font-size: 220%
	}

p {
	margin-left: 6%;
	margin-right: 6%
	}

p.lettermenu {
	text-align: center;
    font-family: "Georgia", "Palatino", serif;
    font-weight: bold;
	}

p.attribution {
    text-align: right
	}

blockquote {
	color: #CCF;
	border-left: thin solid #47C
	}
	
p.question {
	
	color: #9CF;
	margin-left: 0%;
	margin-right: 0%;
	padding: 5%;
	text-align: center
	}

p.answer {
	color: #006;
	margin-left: 20%;
	margin-right: 20%;
	}

p.stars {
	color: #006;
	text-align: center;
	letter-spacing: .2em
	}

a:link {
	color: #39F;
	font-weight: bold
	}
	
a:visited {
	color: #69C;
	font-weight: bold
	}
	
a:active {
	color: #C00;
	background: #FF9;
	font-weight: bold
	}
	
a:hover {
	color: #39F;
	background: #003;
	font-weight: bold
	}
	
hr {
	color: #003
	}