.textblack12 {
    font-size: 12px;
    font-family: lucida sans unicode, lucida grande, sans-serif;
}

.textblack14 {
    font-size: 13px;
    font-family: lucida sans unicode, lucida grande, sans-serif;
}

.textblack12strong {
    font-size: 12px;
    font-family: lucida sans unicode, lucida grande, sans-serif;
    font-weight: bold;
}

.textcharcoal12 {
    font-size: 12px;
    font-family: lucida sans unicode, lucida grande, sans-serif;
    color: color:rgb(51, 51, 51);
}

/* linkki, jossa ei ole käyty */
a:link {
  color: #B22222;
}

/* linkki, jota on aiemmin klikattu */
a:visited {
  color: #B22222;
}

/* hiiri linkin päällä */
a:hover {
  color: hotpink;
}

/* linkki klikattuna */
a:active {
  color: purple;
}

body {
  background-color: red;
}