body {
	background-color: white;
}

h1 {
text-align: center;
}

p.quote {
font-style: italic;
}

/* CSS for North */

.north {
	background-color: #003FFF;
}

.north p {
	width: 100%;
}

.title_north {
	text-align: center;
        text-decoration: none;
        font-size: 18pt;
        color: white;
}


.link_north {
        text-align: center;
	text-decoration: none;
        font-size: 18pt;
        font-variant: small-caps;
        color: white;
}

/* CSS for West */

div.west {
	float: left;
	background-color: #003FFF;
	width: 20%;
	padding: 0.1in;
	border-style: solid;
	border-color: red;
	border-width: 3px;
	margin: 0 10px 5px 0;
}

div.west p {
	color: white;
	text-align: center;
	font-size: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top:0;
	margin-bottom:0;
}

div.west p a {
	color: white;
	font-variant: small-caps;
	text-decoration: none;
}

div.main {
}

td.caption {
	font-style: italic;
	text-align: center;
}

p.quote {
font-style: italic;
}

p.byline {
font-style: italic;
font-weight: bold;
text-align: center;
}

p.attribution {
font-style: italic;
}

