/***********************************************************************\
*									*
*	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
{
    background: white;
    font-size: 200%;
    font-family: Helvetica, Arial, sans-serif;
    color: black;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 3%;
    margin-bottom: 3%;
}

BODY.toc
{
    background: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: smaller; 
    color: black;
    margin-left: 0%;
    margin-right: 0.5em;
    margin-top: 0.5em;
    padding-left: 0%;
    padding-right: 0%;
}

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

H1, H2, H3, H4, H5, H6
{
    font-family:  Helvetica, Arial, sans-serif; 
    color:  rgb( 74, 66, 123);
    text-align: center;
    font-size: 150%;
    font-weight: bold; 
}

DT, TH
{
    font-family:  Helvetica, Arial, sans-serif; 
    color:  rgb( 74, 66, 123);
    font-size: larger; 
    font-weight: bold; 
}

P, LI
{
    color: black;
    background-color: white;
    text-align: left;
    margin-top: 0em;
    margin-bottom: 0.5em;
}

P, UL, OL, DL, IMG
{
    page-break-before: avoid;
    page-break-inside: avoid;
}

LI.toc
{
    margin-left: 0%;
    margin-left: 0%;
    padding-left: 0%;
    padding-right: 0%;
}

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

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

PRE, SAMP, CODE
{
    font-family: courier, monospace;
    font-weight: bold;
    color:  rgb( 74, 66, 123);
    background-color: silver;
}

A:link
{
    color:  blue;
}


A:visited
{
    color:  navy;
}


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


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

.titlebar
{
    color: #cfff65;;
    background-color: black;
}


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

.warning
{
    color: white;
    background-color: red;
    font-size: larger;
    font-weight: stronger;
}


.changed
{
    color:  rgb( 74, 66, 123);
    background-color: yellow;
}


.unimportant
{
    color: gray;
    background-color: silver;
    font-weight: lighter;
}

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