/* basic.css - perustyylit */
H1 {
  font-family: "Courier New", courier;
  font-size: larger;
  margin-top: 0%;
  margin-left: 0%
}
.H2 {
  font-family: "Courier New", courier;
  margin-top: 5%;
  margin-bottom: 0%;
  text-align: right;
  font-weight: bold;
}
.P {
  font-family: "Arial", verdana;
}
P {
  margin-top: 0%;
  text-align: justify;
  font-family: "Arial", verdana;
  margin-right: 10%;
  margin-left: 10%
}
A:link, A:visited, A:active {
  text-decoration: none;
  text-style: italic;
  font-weight: bold;
}
A:link { color: #FF0000 }
A:active { color: #000000 }
A:visited { color: #FF4040 }

.imgp {
  margin-right: 10%;
  margin-left: 10%
}

