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

body {
	font-family: verdana;
	font-size:12px;
	font-color:#000;
	line-height:1.3;
}

a:link {
color: #698b8c;
text-decoration: none;
}

/* visited link */
a:visited {
color: #698b8c;
text-decoration: none;
}

/* mouse over link */
a:hover {
color: #96c6c7;
text-decoration: none;
}

/* selected link */
a:active {
color: #698b8c;
text-decoration: none;
}

p2 { 
line-height:1;
font-size:18px;
font-color:#698d8d;
font-family:times new roman;}

table#pohja {
	width: 900px;
	border: 0px;
	*border-collapse: collapse; /* IE7 and lower */
    border-spacing: 20px; 
	border-radius: 10px;
	cellpadding: 10px;
	cellspacing: 5px;
	background-color:#fff; filter:alpha(opacity=60); opacity:.96;}
	
span, img { color:white; filter:alpha(opacity=100); opacity:1; }




html { 
  background: url(lomamokit_099.JPG) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}