@charset "utf-8";
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #333;
	background-image: none;
	background-color: #A9AECB;
}
a {
	color: #585858;
	text-decoration: none;
	cursor: wait;
}
#Keskitys {
	width: 700px;
	height: 200%;
	border: thin solid #D6D6D6;
	margin: auto;
	background-color: #000;
}
h2 {
	color: #CCC;
	font-family: "Times New Roman";
	font-style: italic;
	text-decoration: none;
	font-size: 14px;
}

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #999;
	background-color: #000;
	background-image: url(backround.jpg);
}

