@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f3c02a;
	text-align: center;
	height: auto;
	width: auto;
	position: relative;
	background-position: center;
	background-image: url(images/bgr2.jpg);
	margin-top: 40px;
	margin-right: 100px;
	margin-bottom: 100px;
	margin-left: 100px;
}
#link-center {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	/*background-image: url(images/linnkkibgr.gif);*/
}
p {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sitaatti {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 24px;
	line-height: 30px;
	color: #333;
	text-indent: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
	vertical-align: bottom;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	vertical-align: bottom;
}

link {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

a:link {
	color:# CCC;
}

a:hover {
	color: #FFF;
	}
	
a:visited {
	color: #666}
	
