body {
	background-color: white;
}

.bold {
	font-weight: bold;
}

h1,h2 {
text-align: center;
}

A:link, A:active, A:visited {
	text-decoration: none;
	color: #303030;
}

a:hover {
	color: blue;
}

P.quote {
font-style: italic;
background-color: #DFDFFF;
}

P.quote:first-letter {
	font-size: 18;
}

P.letter {
	background-color: #DFDFFF;
}

P.letter:first-line {
	font-size: 18;
	font-variant: small-caps;
	font-weight:bold;
}

P.byline {
	text-align: center;
	font-style: italic;
}

P.attribution {
	font-style: italic;
}

P.endnote, P.emphasize {
	text-align:center;
	font-weight:bold;
}

h1.comment {
	font-variant:small-caps;
}

P.comment {
	background-color: #DFDFFF;
}

P.comment:first-line {
	font-size: 18;
	font-variant: small-caps;
	font-weight:bold;
}

P.analysis {
	font-style:italic;
}

P.analysis:first-line {
	font-size: 18;
	font-variant: small-caps;
	font-weight:bold;
}


td.caption {
	font-style: italic;
	font-size: smaller;
	text-align: justify;
}

/* CSS for North */

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

.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;
	margin-right: 25px;
	width: 20%;
	border-style: solid;
	border-color: red;
	border-width: 2px;
}

div.west p {
	color: white;
	text-align: center;
	margin: 0;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: white;
}

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

div.west a:hover {
	color: grey;
}

/* CSS for eyeonthehartfordcourant_east */

div.eyeonthehartfordcourant_east {
	float: right;
	margin-right: 25px;
	width: 20%;
	border-style: solid;
	border-color: grey;
	border-width: 2px;
}

div.eyeonthehartfordcourant_east p {
	color: black;
	text-align: center;
	margin: 0;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: grey;
}

div.eyeonthehartfordcourant_east a {
	color: black;
	font-variant: small-caps;
	text-decoration: none;
}

div.eyeonthehartfordcourant_east a:hover {
	color: grey;
}

.line_across {
	height: 3;
	background-color: #003FFF;
}

div.photo_left {
	float: left;
	margin: 5px;
	}

div.photo {
        margin: 5px;
        border-style: solid;
        border-width: thin;
        }

div.photo_caption {
	font-style: italic;
	text-align: center;
	font-size: smaller;
}

div#sheps ,img#photo_sheps, div#falkin, img#photo_falkin {
	width: 300px;
}