/* This CSS stylesheet is for marking up Winnipeg Tribune articles published from 1954 through 1980? */

body {
margin-top: 50px; 
margin-left: 100px;
margin-right: 100px;
}
p {
text-indent: 1.0em;
}
.headline {
font-family: Arial, Helvetica, sans-serif;
font-size: 2.0em; 
font-style: bold;
line-height: 1.1em;
}
.headline2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.4em;
text-decoration: underline;
font-style: italic;
font-weight: normal;
}
.newspaper {
color: red; 
line-height: 1.0em;
font-size: 1.0em; 
font-weight: normal;
}
.date {
color: red; 
line-height: 1.0em; 
font-size: 1.0em; 
font-weight: normal;
}
.page:before {
content: "Page ";
color: red; 
line-height: 1.0em; 
font-size: 1.0em; 
font-weight: normal;
}
.subhead {
font-weight: bold;
font-family: Arial, Helvetica, sans-serif; 
font-size: 100%; 
text-align: center;
}
