body 
{
   color: black;
   background-color: white;
   font-family: verdana;
   font-color:red;
   font-size: 8;
}

p
{
   font-family: verdana, sans-serif;
   font-color:black;
   font-size:10;
}



h1 
{
  font-family: Verdana;
  font-color: black;
  font-style: bold;
  font-size: 16;
}


h2
{
  font-family: Verdana;
  color: black;
  font-style:bold;
  font-size: 11;
}

h3, h4, h5, h6
{
  font-family: Verdana;
  color: black;
  font-style: bold;
  font-size: 10;
}


A
{
   color:#000000;
   font-family:verdana;
   font-style:bold;
   font-size:10;
	text-decoration:none;
}

A:visited
{
   color:#000000;
   font-family:verdana;
   font-style:bold;
   font-size:10;
	text-decoration:none;
}
  

A:hover
{
   color:#808080;
   font-family:verdana;
   font-style:bold;
   font-size:10;
	text-decoration:none;
}


A:active
{
   color:#C0C0C0;
   font-family:verdana;
   font-style:bold;
   font-size:10; 
}

/* Tyypilliselle taulukolle sopiva asettelu, jossa on
   yksinkertaiset reunaviivat solujen ympärillä ja täytettä
   solun sisällössä sivuilla hiukan enemmän kuin yllä ja alla.
   Lisäksi caption-elementti on lihavalla ja reunaviivallinen.
   Huomaa, että sillä ei ole reunaviivaa alapuolella, koska
   sinne muutoin tulisi kaksinkertainen viiva.
   Lisäksi taulukolle on asetettu ylä- ja alareunus.
   Asettelun soveltaminen on tehty riippuvaiseksi luokasta,
   <table class="normal">, koska muutoin näiden asetusten
   ohittaminen tarvittaessa olisi turhan hankalaa. */

table.normal 
{ 
     border-collapse: collapse;
     margin-top: 0.1em;
     margin-bottom: 0.1em;
     border-style: solid;
   font-family: verdana, sans-serif;
   font-color:black;
   font-size:10; 
}

     table.normal caption 
{ 
	font-weight: bold;
	padding: 0.1em 0.1em;
	border: solid;
	border-bottom-width: 0; 
}
table.normal th, table.normal td 
{
  border: solid;
  padding: 0.06em 0.2em; }


