/* CSS Document */

table#sisalto {
	/*background-image: url('img/tausta_sivu.gif');*/
	background: url('img/tausta_sivu_uusi.gif') top center repeat-y;
	width: 1024px;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 45px;
	font-size: 12px;
}

/* * * * * * * * * * * * TEKSTIN TYYLIT * * * * * * * * * * * * * * */
table#sisalto h1 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 18px;
	color: #4C77BF;
}
table#sisalto h2 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 15px;
	color: #4C77BF;
	margin-top: 0px;
}
table#sisalto h3 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	margin-top: 0px;
}
table#sisalto h4 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
}
a {
	color:#4C77BF;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}

