.linkki
       {
	font-size:12px;
	text-decoration:none;
       }

.linkki:hover {
	color:red;
        }

.b {
	
	font-size:12px;
	text-decoration:none;
	color:blue;
	background-color:none;
	padding:0.1em 0.3em;
    }

.b:hover {
	color:white;
      }

.p
  {
   font-size:14px;
   padding:1.2em 0.2em;
  }

.c
  {
   font-size:15px;
   padding:1.2em 0.2em;
  }

TR.pohja {
	border-style: dashed;
	
	border-bottom-width: 10px;
	
	border-color: red;
}