.Ltausta {  /* body */
	background: #FBF091;
	color: #000000;
	font-family:Times,sans-serif;
	font-size:14px;
	}

.Ltaulu { /* taulukko */
	border: 10px groove red;
	background: blue;	/*  border="2" cellpadding="2" */
	text-align: center;
	width: 630px;
	padding: 2px; /* border ?? */
	}

.Lotsake {
	background: red;
	font-size:24px;
	font-weight: bold;
	}

.Lthead {
	background: red;
	}

.Ltfoot {
	background: green;
	}

.Ltbody {
	background: yellow;
	}

.oikea {
	colspan = 3;
	text-align: right;
	padding: 2px 5px;
	}

.vasen {
	colspan: 6cols;
	text-align: left;
	padding: 2px 5px;
	}

.yht{
	font-weight: bold;
	}
