h1
 { 
	color: red;
	font-size: 50px;
}

body {
	margin: 60px;
	font-family: Arial, sans-serif;
	background-image: url(aurinko.jpg);
	background-attachment: fixed;
	background-size:cover;
	background-position: center center;
}


img {  border: 2px solid black; 
  max-width: 100%;
  height: auto;
}

.kokosivu {max-width: 800px;

	margin-left: auto;
	margin-right: auto;
	background-color:#A3E2F0;
	padding: 40px;

}

.erityinen {color: red;

}


a:link {  color:#F2A0C5;

text-decoration: underline;
}


a:visited {color: #F265C5;
}

a:hover {text-decoration: none;
}

a:active {color: red;
}