/******************************************************************************
* styles.css
******************************************************************************/

/* Default fonts
 */
body, 
th, 
td,
h1,
h2,
h3 
{
        font-family:verdana,arial,helvetica;
}

/* Body of the entire HTML document.
 */
body 
{
/*        background-image:url('../images/LonelyLittleCloud.jpg');
        background-attachment:fixed;
        background-repeat:repeat-y;
*/
        background-color:#0077cc;
        color:white;	
        margin-left:100px;
}

/* First slide
*/
body.firstPage 
{
/*        background-image:url('../images/DramaticCloudAndSunbeams.jpg');
        background-attachment:fixed;
        background-repeat:no-repeat;
*/
        color:yellow;	
        margin-left:0px;
}
body.firstPage h1 
{
/*        position:absolute;
*/
        top:0px;
        color:yellow;
        font-size:72pt;
        font-weight:bold;
        text-align:center;
        left:0px;
        width:100%;
}
div.firstPageNameAndDate 
{
/*        position:absolute;
*/
        top:75%;
        font-size:30pt;
        font-weight:bold;
        text-align:center;
        align:center;
        width:100%;
}
body.firstPage .imageCreditsDIV,
body.firstPage .imageCreditsDIV a 
{
        text-align:left;
}
        
/* Other slides
*/
h1 
{
        color:yellow;
        font-size:36pt;
        font-weight:bold;
        text-align:left;
        left: 73px;
        margin-top:0px;
        margin-botton:0px;
}


/* Bullet points
*/
li
{
        color:white;
        font-size:18pt;
        font-weight:bold;
        margin-top:0.5em;
}
li li 
{
        font-size:14pt;
}
li li li 
{
        font-size:10pt;
}

/* Links within bullet points
*/
li a 
{
        color:white;
        font-size:14pt;
        font-weight:normal;
}
li li a
{
        font-size:14pt;
}
li li li a
{
        font-size:10pt;
}


/* Textual hyperlinks that have and haven't been recently visited.
 */
a:link 
{
        color:white;
}
a:visited 
{
        color:white;
}

h2 
{
        color:#666699;
        font-size:18pt;
        font-weight:bold;
}
h3 
{
        color:#993300;
        font-size:14pt;
        font-weight:bold;
}


/* Image credits
*/
.imageCreditsDIV,
.imageCreditsDIV a 
{
        font-size:8pt;
}


/* Footer on each slide
 */
.footer 
{
        font-family:verdana,arial,helvetica;
        font-size:8pt;
        color:white;	
}

/* Copyright notice
 */
.copyright 
{
        font-family:verdana,arial,helvetica;
        font-size:8pt;
        color:white;	
}

