/* stylesheet created by Miraz Jordan Thursday, 28 February 2002
Last updated Thursday, 28 February 2002
Colours used: blue color= #008ec0 , gold color=yellow. 
 */

/* this stylesheet is to create the "slides"
*/

.slide {
background-color: #008ec0 ;
color: #ffffff; 
margin: auto;
padding: 2em; 
width: 80%;
}

.slide h2 {
background-color: #008ec0 ; 
color: yellow; 
text-align: center;
}

.slide h3 {
background-color: #008ec0 ; 
color: yellow; 
text-align: center;
}

.slide p, li {
background-color: #008ec0 ; 
color: #ffffff; 
text-align: left;
}


