body { background: #000000;
       margin-left: 25px; margin-right: 25px;
       margin-top: 25px; margin-bottom: 25px;
}

h3, h4, h5, ul, ol, p, table, th, td, div { font-family: "Times New Roman", serif;
                                   margin-left: 50px;color: rgb(0, 0, 200); }

h1, h2 {font-family: "Courier New", Garamond, "Times New Roman", serif;
         margin-left: 3px;color: rgb(0, 0, 200); }

h2 { margin-left: 25px; }


p.text {text-indent: 2em; margin-top: 0.5em; margin-bottom: 0.5em;
        text-align: left;  }

p.centertext{margin-top: 3em; margin-bottom: 3em;
        text-align: center; }

div.largeimagediv { margin-top: 2em; margin-bottom: 2em; margin-left: 0px; 
margin-right: 0px; }
img.largeimage { width: 100%; color: rgb(0,0,0); }

em { font-style: italic; }
strong.very { color: #007700; }

div.news { margin-top:10px;
           margin-left: 50px; margin-right: 50px; border:thin ridge #000;
           text-align: center; background: #fdb; }

span.smalllink { font-size:75% ;}

div.seminarheading { margin-bottom: 1em; margin-top: 0em; text-align: center; }
div.seminaritem { margin-top: 0em; margin-bottom: 2em;
                  margin-left: 0em; margin-right: 0em;
                  border: medium groove #ddaa77; padding: 0.3em 0.3em ; }
strong.seminartitle { font-size: 110% ;}
em.speaker { font-size: 110% ;}
span.busy { background: #aaf; }
span.past { text-decoration: line-through; }
table.placetimetable { text-align: left; }
em.journal { font-weight: normal; font-style:italic; }
strong.volume { font-weight: bold; font-style:normal; }

ul { list-style-type:disc ; }
ul.linklist {list-style-image: url("paw_bl.gif"); }
ul.normallist {list-style-image: url("9push.gif"); }

a:link { color: rgb(0, 96, 255) ; text-decoration: none }  /* for unvisited links */
a:visited { color: rgb(153, 0, 153) ; text-decoration: none } /* for visited links */
a:active { color: rgb(255, 0, 102) } /* when link is clicked */
a:hover { color: rgb(0, 96, 255); text-decoration: underline } /* when mouse is over link */

div.banner {
   border: none;
   padding: 0.1em 0.3em;
   margin-left: 0px;
   text-align: center;
   font-weight: bold;
}

div.banner a:link, div.banner a:visited, div.banner {
   background: #037;
   color: #fff;
   text-decoration: none;
}

div.banner a:active {
   background: #ffc;
   color: #900;
}

div.banner a:hover {
   background: #fff;
   color: #037;
}



