body {
	background-color: white;
	color: blue;
}

h1,h2 {
text-align: center;
color: blue;
}

p.quote {
font-style: italic;
}

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

P.attribution, P.emphasize {
	font-style: italic;
}


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

/* 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: 25%;
	border-style: solid;
	border-color: red;
	border-width: 3px;
	margin: 0 25px 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;
	padding-bottom:0.1cm;
}

div.main {
}


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

a.mail_to {
	color:blue;
	text-decoration:none;
}

a:hover.mail_to {
	color:red;
}

div.photo_right {
        margin: 5px;
        border-style: solid;
        border-width: thin;
	float: right;
        }

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

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

div.photo_caption_left {
	font-style: italic;
	text-align: left;
	font-size: smaller;
}

div.obituary {
	     margin: 2px;
	     padding: 2px;
	     width:70%;
	     float:right;
	     border-style: solid;
	     border-width:medium;
	     border-color:black;
	     color:black;
}

div#w400a, img#w400b {
	width: 400px;
}
div#w250a, img#w250b {
	width: 250px;
}

