/*
 * CSS for Seminar
 */

@import url("../default.css");
body {background: #fff5ee; /* seashell */}
h1 {text-align: center; color: #005020; background: white;}
h2 {border-top: solid thin black; /* margin-right: 30%; */
    padding-top: 1ex;}
h2:before {content: "ąŁ"; padding-right: 0.2ex;}
h3 {color: navy;}
a:hover {background-color: lavender;}
p {margin-left: 1em;}
ul p {margin-top: 0; margin-bottom: 0.5em;}
/* ul li:first-line {background: #eec;} */
