/* 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.
 */


/* quotes is for the block within which the motivational quotes appear */

.quotes {
width: 80%;
padding: 3%;
background-color: #008ec0;
color: #eeeeee; 
}

/* 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: #ffffff; 
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;
}


