/* teislides.css */



body
{
    background: white;
/*    font-family: Garamond;*/
    font-family: Serif;
    font-size: 22pt; 
    color: black;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3%;
}

h1.maintitle {
  color:red;
  font-size: 26pt;
  text-align: center;
}

h1.slidetitle {
    color:red;
    font-size: 24pt;
    text-align: left;
}

pre {
    background: yellow;
    padding: 6pt;
    font-family: Sans Serif;
    font-style: normal;
    font-size: 80%;
    color: blue 
    margin-left: 1em;
    margin-right: 6em;
    margin-top: 6pt;
    border-style: outset
    text-align: center;
}

.tt {
  font-family: Sans Serif;
    font-style: normal;
  font-weight: bold;
}


tt {
  font-family: Sans Serif;
    font-style: normal;
  font-weight: bold;
}

div.docAuthor {
    font-size:24pt
    color: green;
}

div.docDate {
    font-size:24pt
    color: blue;
}


hr.topbar {color: green}

hr.bottombar {color: blue}

tr,p,ul,ol,li {
    font-family: Serif;
    font-size: 22pt; 
    }

p.box {
    background: teal; color: white ;
    padding: 10pt;
    margin-left: 5%;
    font-size: 18pt;
    text-align: right;
    font-style: bold;
    margin-right: 5%;
    margin-top: 12pt;
    border-style: outset;
}


td
{
    color: black;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 3%;
}


tt.url {
    font-family:  sans-serif;
    }


h2 {    margin-top: 18pt;
    font-size: 25pt;
    font-family: serif;
    color: green;
 
   background: white;
    text-align: center;
    border-width: 5pt;
    border-color: white;
    padding: 0pt;
    margin: 0pt;
    }


/* ul,dl,ol {
    font-style: italic;
    font-size: 18pt;
     } */

li.lower {     font-style: normal; }

tr.navpanel
{
    letter-spacing: .1em;
    font-size: 12pt;
}

blockquote
{
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
/*    color: gray; */
    color: teal;
    text-align: justify;
    font-size: smaller;
}

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;
}


/* */







