/***********************************************************************\
*									*
*	slideshow.css							*
*									*
*	Purpose: a stylesheet for presentations to large groups.	*
*									*
*	Author:	    Simon Brooke <simon@jasmine.org.uk>			*
*	Copyright:  (c) 1998 Simon Brooke. Rights Reserved.		*
*									*
\***********************************************************************/


BODY, TD
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: x-large; 
    color: black;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 3%;
}

PRE, CODE, TT
{
    font-family:  monospace; 
    color: black;
}


H1, H2, H3, H4, H5, H6
{
    border-left: 5%;
    border-right: 5%;
    border-top: 0.5em;
    border-bottom: 1.5em;
    font-family:  Helvetica, Arial, sans-serif; 
    color: black;
    text-align: center;
}

P, UL, LI
{
    border-left: 5%;
    border-right: 15%;
    border-top: 0.5em;
    border-bottom: 1.5em;
    color: black;
    text-align: left;
}

BLOCKQUOTE
{
    border-left: 5%;
    border-right: 5%;
    border-top: 0.5em;
    border-bottom: 1.5em;
    color: gray;
    text-align: justify;
    text-size: smaller;
    font-style: italic;
}



ADDRESS
{
        font-style:  normal;
	font-family: cursive;
        letter-spacing: .1em;
        
}


A:link
{
        color:  blue;
}


A:visited
{
        color:  navy;
}


A:active
{
        color:  purple;
        background: yellow;
}


A:hover
{
        color:  blue;
        background:     silver;
        
}

.titlebar
{
    color: white;
    background: navy;
}


.footer
{
    color: gray;
    font-family: cursive;    
    font-size: small;
}


.tutorsnotes
{
    color: silver;
    font-size: smaller;
    font-style: italic;
    text-align: justify;
    /* Uncomment the following line to suppress tutor's notes */
    /* display: none; */
}
