/*
 * Rauha 2 Webdesign
 * Tyylitiedosto tulostusta varten
 * Emil Virkki 2006
 */

body {
	font-family: georgia,serif;
}

h1, h2, h3, h4, h5 {
	font-family: 'Century Gothic',arial,sans-serif;
}

h1 {
	border-bottom: thin solid black;
}

#nav, #head, img.special {
	display: none;
}

a {
	color: black;
	text-decoration: none;
}

#footer {
	border-top: thin solid black;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer li {
	display: inline;
	margin: 0.3em 1em;
}

#footer li a.palaute {
	display: none;
}

table {
	width: 100%;
}

td, th {
	border-bottom: thin solid black;
	text-align: left;
}