body {
	background-image:url('images/sivutausta.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

table#main1 {
	background-image:url('images/back1.jpg');
	background-position:top center;
	background-repeat:no-repeat;
}

table#main2 {
	background-image:url('images/back2.jpg');
	background-position:top center;
	background-repeat:no-repeat;
}

table#main3 {
	background-image:url('images/back3.jpg');
	background-position:top center;
	background-repeat:no-repeat;
}

table#main4 {
	background-image:url('images/back4.jpg');
	background-position:top center;
	background-repeat:no-repeat;
}

table#main5 {
	background-image:url('images/back5.jpg');
	background-position:top center;
	background-repeat:no-repeat;
}

td#top {
	background-image:url('images/backline.gif');
	background-position:center;
	background-repeat:repeat-y;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}
p.greylink {
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}

ul {
	list-style-type: disc;
}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

a {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #9900FF;
	text-decoration: underline;
}

@media print {
	img {
		display: none;
	}
	body table { /* Päätaulukko */
		width: 100%;
	}
	#main1, #main2, #main3, #main4, #main5 { /* pääsisältöjen taulukot */
		width: 100%;
	}
}