body {
	background-attachment: fixed;
	background-image: url(../pictures/background.jpg);
	background-repeat: repeat;
	text-align: center; /* for IE */
	margin: 3px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #FFFFFF;
	margin: 5px;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color:#f00;
	text-decoration: none;
}
li.root a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
li.root a:hover {
	color:#ff0000;
	text-decoration: none;
}
ul {
	font-size: 14px;
}
ul li ul li {
	list-style-type: disc;
}
li, li.root {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	white-space: nowrap;
	list-style-type: disc;
} 
li.root:hover {
	list-style-type: circle;
}
dfn {
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
}
/* Form ja Form-elementit */
form, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
form {
	background-color: #f7f7f7;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #333;
	padding: 1px;
	margin: 1px;
}
select {
	text-align: left;
	background-color: #fff;
	border: 1px solid #333;
}
option {
	text-align: left;
	background-color: #fff;
}
/**
 * Form ja Form-elementit lopuvat
 * Otsikkoelementit 
 */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #000;
	background-color: #f7f7f7;
	border: 1px solid #666;
	display: block;
	margin: 1px;
	padding: 2px;
}
h1.uppercase {
	text-transform: uppercase;
}
h1.capitalize {
	text-transform: capitalize;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	margin: 1px;
	display: block;
	padding: 3px;
}
/* Otsikkoelementit loppuvat */