body {
	background-color:#ffffff;
	margin-top:0px;
	margin-left:0;
    background-image: url("../img/tausta.png");
    background-repeat:no-repeat;
	
}
table, th, td {
	border: 0px solid black;
	border-collapse: collapse;
}
td {
	vertical-align:top;
}
a {
	color:#111;
	text-decoration: none;
	font-family: "Lato", sans-serif;
	#font-size: 16pt;
	font-weight: 400;
}
.menu {
	color:#111;
	text-decoration: none;
	font-family: "Lato", sans-serif;
	font-size: 16pt;
	font-weight: 400;
}


a:hover {
    color: #555555;
}
p {
	margin-left:10pt;
	margin-right:10pt;
}
body, input, select, textarea {
		color: #444;
		font-family: "Lato", sans-serif;
		font-size: 12pt;
		font-weight: 400;
		line-height: 1.75em;
}
h1, h2, h3, h4, h5 {
	margin-bottom: -8pt;
}
hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
	color: #bbb;
} 

.crop2 {
    width: 300px; /* width of container */
    ##width: 30vw; /* width of container */
    height: 220px; /* height of container */
    ##height: 22vw; /* height of container */
    object-fit: cover;
    border: 1px solid black;
}

.logo {
	border-radius: 5px;
	border: 0px solid black;
	overflow: hidden;
	width: 145px
}
.banner {
	border-radius: 10px;
	border-width: 3px;
	border-style: solid;
	overflow: hidden;
	color: #bbb;
}
