/* CSS Document */
html {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
body {
background-color: rgb(205, 205, 205);
}

a:link {color: #777777; text-decoration: underline; }
a:active {color: #ffffff; text-decoration: underline; }
a:visited {color: #777777; text-decoration: none; }
a:hover {color: #ff9900; text-decoration: underline; }

h1 {
  color: rgb(21, 67, 81);
  font-weight: bold;
  width: auto;
  font-size: 1.5em;
  text-align: center;
}
table {
	border: none;
	border-bottom: 1px solid #555;
	padding: 0px;
	margin: 0px;
}
tr {
	border: none;
	padding: 0px;
	margin: 0px;
}
td {
  padding: 2px;
  border-right: 1px dotted #555;
}
.taulu {
	border-collapse: collapse;
	color: rgb(127, 223, 255);
	background: rgb(21, 68, 82);
	padding: 0px;
	margin: 0px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	min-width: 780px;
}
.parillinen, .pariton {
  font-size: .7em;
  border-left: 1px solid #555;
	border-right: 1px solid #555;
}
.parillinen {
	color: rgb(255, 255, 255);
	background: rgb(21, 68, 82);
	height: 20%;
	min-height: 120px;
}
.pariton {
	color: rgb(0, 0, 0);
	background: rgb(204, 220, 188);
	height: 20%;
	min-height: 120px;
}
.footer {
  font: 0.7em Arial,Helvetica,sans-serif;
  color:#555;
  width: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}
.lis {
  text-align: center;
}
.tied {
}
.info {
}
.otsikko {
	font-size: 1em;
	padding-bottom: .5ex;
	border: none;
	border-bottom: 1px solid black;
}
