

body {
font-family: Arial, sans-serif;
background-image: url(toinen_tausta.jpg);
background-size:cover;
background-attachment:fixed;
background-position: center;
}
.container {
max-width: 800px;
margin-left: auto;
margin-right: auto;
background-color: #faf3de;
padding: 50px;
}
.oikealla {
float:right;
margin-left: 20px;
margin-bottom: 20px;
}
.keskitetty {
text-align: center;
}
a:link {
color: #22853b;
text-decoration: none; /* ALLEVIIVAUS POIS*/}
a:visited {
color: #e3b210;}
a:hover {
text-decoration: underline; /* ALLEVIIVAUS JOO*/
}
a:active {
color: #c4c700;}