@charset "utf-8";
/* CSS Document */

body {
background-image:url(kuvat/bg_white.jpg);
background-repeat:no-repeat;
background-position:center top;
background-attachment:fixed;
background-color:#000000;
}

.style1 {
	font-family: Garamond, serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 18px;
}


.style2 {
	font-family: Garamond, serif;
	font-weight: normal;
	color: #FC6605;
	font-size: 16px;
}

.style3 {
	font-family: Garamond, serif;
	font-weight: normal;
	color: #B2B0BD;
	font-size: 18px;
}

.style4 {
	font-family: Garamond, serif;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	font-size: 18px;
}

a:link {text-decoration: none; color:#FFFFFF;}
a:visited {text-decoration: none; color:#FFFFFF;}
a:active {text-decoration: none; color:#B2B0BD;}
a:hover {text-decoration: none; color:#B2B0BD;}

ul.circle {list-style-type: circle;}