
/* latex2slides style sheet - modify it as you please */ 

body {background-color: #ffffff} 
div  {width: 100%}
h1   {color: #777777; border: solid #777777; text-align: center;} 
h2   {color: #777777; text-decoration: none; padding-left: 10px;} 

img.thumb     {vertical-align: middle; border: 0px} 

a:link        { color: blue    ; text-decoration: none } 
a:visited     { color: #5000a0 ; text-decoration: none } 
a:hover       { color: red     ; text-decoration: none } 
a:active      { color: red     ; text-decoration: none } 

a.nav:link    { color: blue    ; text-decoration: none } 
a.nav:visited { color: #5000a0 ; text-decoration: none } 
a.nav:hover   { color: red     ; text-decoration: none } 
a.nav:active  { color: red     ; text-decoration: none } 

table.index {
    width: auto; 
    text-align: center; 
    border-spacing: 10px;
    background-color: #eeeeee;
}
tr.index {
    background-color: #ffffff;
}
td.index {
    border: solid 1px  #777777; 
    text-align: center;
    padding: 10px;
}
div.index { 
    background-color: #eeeeee; 
    text-align: left; 
    border: solid 1px #777777;
}
div.nav-bar { 
    background-color: #dddddd; 
    text-align: center; 
    border: solid 1px
}
div.info-bar { 
    background-color: #ffffff; 
    text-align: center; 
    border: solid 1px
} 
div.slide { 
    text-align: center; 
    border: none;
    padding: 2em 0em 
}
