body {
	background-color: white;
	color: black;
}

A:link    { color: red; }
A:visited { color: blue; }
A:active  { color: blue; }

.nimi {
  color: red;
  font-weight: bold;
}

.kirjoitettu {
  color: blue;
  font-weight: bold;
}

.kirjoitettu {
  color: black;
  font-weight: bold;
}

.uusi {
  color: magenta;
  font-weight: bold; 
}

.tausta {
   background-color: gray;
}

H1 { 
  color: blue; 
  font-size: 36pt;
}

H2 { 
  color: blue; 
  font-size: 14pt;
}

