
/* perusasetukset */
body {
      margin-left: 1%;
      margin-right: 1%;
      margin-top: 0%;
      vertical-align: top;
      color: black;
      background: white;
/* CSC tyyli */
      font-family: "Times", "Serif", serif ;
/*      font-size: 12px; tämä on selaimen asia*/
}

/* linkin määrittely */
A:link { color: blue;  border-style: none; text-decoration:none}
A:hover { color: red;  border-style: none; text-decoration:none}
A:visited { color: green; border-style: none;  text-decoration:none}
A:active { color: #FFCC00; border-style: none;  text-decoration:none}

/* kuvalinkkien kehysten häivytys */
A:link img { border-style: none;  color: white; }
A:visited img { border-style: none;  color: white;}
A:active img{ border-style: none;  color: white;  border-width: 0px;}
/* tämä tehoaa joihinkin selaimiin ylläolevan sijasta */
.valkoinen {color: white ; border-style: none; border-width: 0px;}

.banner { text-align: center; font-weight: bold; font-size: 111%;  }
.alert { color: #770000 ; font-weight: bold; font-size: 142%; text-align: center; font-style: italic;}