/***********************************************************************\
*									*
*	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 url(images/mainbkgd.gif) fixed 50% 50% no-repeat; */
    background: white;
    font-size: large; 
    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%;
}

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


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

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

P, UL, LI
{
    color: black;
    text-align: left;
}

P, UL, OL, DL
{
    margin-top: 0em;
    margin-bottom: 1em;
}

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;    
}

SAMP
{
    font-family: courier, monospace;
    font-size: larger;
    font-weight: bold;
}

A:link
{
    color:  blue;
}


A:visited
{
    color:  navy;
}


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


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

.titlebar
{
    color: rgb( 90,107,165);
    background-color: rgb( 198,214,239);
}


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


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