body {	margin-right: 10px;
	background-image: url(tausta1.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #999999;
}

a:link {	color: white;
}

a:visited {color: white;
}

a:active {color: red;
}

p {	font-family: Book Antiqua;
	font-size: 15pt;
	color: white;
}

div {	font-family: Book Antiqua;
	font-size: 12pt;
}

h1 {	text-align: center;
	font-family: Arial Black;
	font-size: 30pt;
	text-decoration: underline;
	color: white;
}

h2 { 	color: white;
	font-family: Times New Roman;
	text-align: center;
	font-style: italic;
	text-decoration: underline;
}

h3 { 	color: white;
	font-family: Times New Roman;
	text-align: left;
	font: bold;
}

table { 	color: white;
}

td {	padding: 5px;
	font-family: Arial;
}

hr {	width: 75%;
	border-style: outset;
	height: 5px;
	border-color: grey;
}
