/*
This CSS stylesheet, created in January 2004, is for marking up of news articles that were published by The Winnipeg Tribune from 1943-ish through February 1954.
*/
body {
        margin-top: 25px; 
        margin-left: 125px; 
        margin-right: 125px;
}
p {
        font-family: "Times New Roman", Palatino, serif; 
        font-size: 1.0em;
	line-height: 1.0em;
        text-indent: 0.8em;
}
ul {
        font-family: "Times New Roman", Palatino, serif; 
        font-size: 1.0em;
        line-height: 1.0em;
        text-indent: 0.8em;
}
/*
The h2 tag is for text printed in Arial in the body of the article.
*/
h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        text-indent: 0.8em;
}
.headline {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5em;
        font-style: italic;
        line-height: 1.0em;
        font-weight: bold;
}
img.logo {
        width: 121px; 
        height: 43px;
	border: 0px;
}
/*
The subhead tag is for the subheadings within the article, but a better
way is to convert all h4 tags to allow for descriptive seletors with a div class="subhead"
tag.
*/
.subhead {
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        text-align: center;
}
/*
The newspaper, date and page tags are for the newspaper name (Trib), the date of publication, and the page number(s) the article originally appeared.
*/
.newspaper {
        font-size: 1.0em;
        font-weight: normal;
        color: red;
        line-height: 1.0em;
}
.date {
        color: red; 
        line-height: 1.0em; 
        font-size: 1.0em; 
        font-weight: normal;
}
.page {
	color: red;
	line-height: 1.0em;
	font-size: 1.0em;
	font-weight: normal;
}
