body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #D7D7D7;
	margin: 0px;
}
.valkoinen {
	background-color: #FFFFFF;
}
.punainen {
	background-color: #990000;
}
.harmaa {
	background-color: #666666;
}
.tekstisolu {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-right: 20px;
}
.linkkisolu {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: center;
	background-color: #FFFFFF;
	font-weight: bold;
}
.linkkisolu a:link {
	color: #666666;
	text-decoration: none;
}
.linkkisolu a:visited {
	color: #666666;
	text-decoration: none;
}
.linkkisolu a:hover {
	color: #990000;
	text-decoration: none;
}
.linkkisolu a:active {
	color: #990000;
	text-decoration: none;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #D7D7D7;
	text-decoration: none;
}
a:active {
	color: #D7D7D7;
	text-decoration: none;
}
h1 {
	font-size: 15px;
	text-transform: uppercase;
	color: #990000;
}
h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #666666;
}
.viivasolu {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D7D7D7;
}
.copy {
	font-size: 9px;
	color: #D7D7D7;
	text-align: right;
}

