/* (c) Clara L\"oh, 2026 */
/* mathgreen: #009b77
   lighter mathgreen: 00cd9e
*/

html {font-family: Helvetica, sans-serif;
      color: white;}

body{position:absolute; top:0%; left:0%; right:0%;
     background-color: white; 
     color: grey;
     padding-top: 70px;
     min-height: 100%;
     padding-bottom:50px;
    }

div.main{margin-left:17%;
	 margin-right:17%;
	 background-color: white; 
	 color: grey;
	 padding-top: 50px;
	 padding-right:3%; 
	 padding-left:3%;
	 min-width: 200px;
}

div.footer {vertical-align: bottom;}

/* hyperlinks */
a:link{color: black;
       text-decoration: none;
       padding : 0em;
       margin: 0em;}

a:visited{color: black;
	  text-decoration: none;
	  padding : 0em;
	  margin: 0em;}

a:hover{background-color: #00cd9e;
	color: black;
        padding : 0em;
        border-radius : 0.2em;}


/* menu */
p.menu{font-size: small;}

/* headings */
h2 { color: 009b77;
     padding-top: 0.5em;}

h3 { padding-top: 0.5em;}

h4 { padding-top: 0.5em;}


/* lists and tables */

ul li {padding-top : 0.4em;}

table {margin-left: -0.5em;
       margin-right: -0.5em;
       border-spacing: 0.5em;}

/* images */

img.footerlogo {width: 100%;
		padding-top: 50px;
		padding-bottom: 0px;}
