/* stylesheet created by Miraz Jordan Oct 2001
Colours used: blue color= #073b78 (#035ba1), silver color=#6F7E7E, off-white color=#eeeeee. Note: the contrast of text and background is too glaring if white is used.
 */

/* issue is to set off each issue with a rule above */

.issue {
margin-top: 2em;
margin-bottom: 0px;
padding-top: 4px;
border-top: solid 1px #6F7E7E;
width: 400px;
}

/* archive is for the note on the newsletter pages which lists which newsletter an item appeared in */

.archive {
padding: 1%;
text-align: right;
font-size: small;
background-color: #eeeeee; 
color: #6F7E7E;
}

/* team page challenges and benefits */

.challenge {
font-style: italic;
font-weight: bold;
margin-top: 1em;
margin-bottom: 0;
}

.benefit {
margin-left: 1.5em;
margin-top: 0;
margin-bottom: 1em;
}

