body {
   background-image: url(img/tausta.jpg);
   background-repeat: repeat-x;
   background-color: #dbdbdb;
   padding: 0px;
   margin: 0px;
   }

/* Tablet  */

td.teksti {
   font-family: Verdana;
   font-size: 15px;
   font-weight: bold;
   border: 1px solid black;
   width: 200px;
   height: 71px;
   color: #4f2515;
   background-color: white;
   }

/* Määrittelemättömät linkit */

a:link, a:visited {
	font-family: Tahoma, Arial, sans serif;
	color: #4a84ac;
	text-decoration:none;
	font-size:13px;
	}

a:hover {
	text-decoration:underline;
	}
