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

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 } 

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 
}
