/*
    Pieter Suurmond, 2019-2025.
    Stylesheet for ecomars.nl
*/
.right {text-align:right;}
.center {text-align:center;}
.topright {vertical-align:top; text-align:right;}

/*** Other colors for hyperlinks: ***/
a:link {color:#ffffff;}    /* unvisited link */
a:visited {color:#60ff40;} /* visited link */
a:hover {color: hotpink;}  /* mouse over link */
a:active {color:#A0A0A0;}  /* selected link */

/* WAS font-size: min(max(15px, 3.6vw), 45px); */
BODY,TH,TD,P,H1,H2,H3,OL,UL,DIV {font-family:helvetica,arial,sans-serif;
                                 font-size: min(max(16px, 3.6vw), 30px);
                                 color:#ffffff;}
BODY {background-color:#000000;}

.tiny {font-size: min(max(13.33px, 3.0vw), 25px);}

/* centreert op bredere schermen: */
HTML {margin:0 auto; max-width:1200px;}

