a:link {
	color: #4444FF;
	text-decoration: none;
}
a:visited {
	color: #4444FF;
	text-decoration: none;
}
a:hover {
	color: #FF9800;
	text-decoration: none;
}
a:active {
	color: #4444FF;
	text-decoration: none;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
	line-height: 150%;
	background-image: url("images/hope2016.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	margin: 0;
	padding: 0;
}
header {
	color: #ffffff;
	height: 80px;
	max-width: 1100px;
	margin: auto;
	background-color: #0000ff;
	background-image: url("images/silhou.jpg");
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
nav {
	background-color: rgba(255, 255, 128, 0.3);
	margin: auto;
	font-weight: bold;
	text-align: center;
	max-width: 1100px;
	-webkit-column-gap: 2em;
	   -moz-column-gap: 2em;
	        column-gap: 2em;
	-webkit-column-rule: thin dotted #999;
	   -moz-column-rule: thin dotted #999;
	        column-rule: thin dotted #999;
	-webkit-column-width: 200px;
	   -moz-column-width: 200px;
	        column-width: 200px;
}
main {
	background-color: #ffffc0;
	margin: auto;
	max-width: 1100px;
	padding: 0px 10px 0px;
}

p {
	margin: 0; padding: 10px 0 10px 0;
}

@media (min-width:751px) {
aside {
	max-width: 500px;
	float: right;
	padding: 0 10px 0 10px;
}
}
@media (max-width:750px;) {
aside {
	width: 100%;
	margin: auto;
	padding: 0 10px 0 10px;
}
}

article {
	clear: both;
	max-width: 1100px;
	color: #000000;
	background-color: #ffffd0;
	text-align: left;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
#transcript {
	width: 95%;	
	margin: auto;
	background-color: #e0e0e0;	
}
blockquote {
	color: #000000;
	background-color: #f0f0f0;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 8%;
	margin-left: 8%;
	padding: 10px;
}
footer {
	clear: both;
	width: 300px;
	color: #ffffff;
	background-color: #0000ff;
	text-align: center;
	margin: auto;
	padding: 0px 10px 0px;
}
footer a {    
	color: #ffc000 !important;
	font-size: 1.25em;
}
footer a:hover {    
	color: #ff8000 !important;
}
section {
	max-width: 500px;
}
th.c {text-align: center;}
td.c {text-align: center;}
td.l {text-align: left;}
td.r {text-align: right;}