body {
	background-color:#ffffff;
	margin-top:0px;
	margin-left:0px;
    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, pre {
	margin-left:10pt;
	margin-right:10pt;
    font-size: 18pt;
		
}
body, input, select, textarea, pre {
		color: #444;
		font-family: "Lato", sans-serif;
		##font-size: 32pt;
		font-weight: 400;
		##line-height: 1.75em;
}
h1, h2, h3, h4, h5 {
	margin-bottom: -8pt;
    margin-left:10pt;
    margin-top: 0pt
}
hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 10pt;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
	color: #bbb;
} 

.crop {
    ##width: 360px; /* 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;

	
}
.banner {
	border-radius: 20px;
	border-width: 3px;
	border-style: solid;
	overflow: hidden;
	color: #bbb;
}
