h1, h2, h3, h4 { font-family: 'Amaranth', sans-serif; font-weight: lighter;  }
a { color: #666600; text-decoration: none; }
a:hover { color: #666666; text-decoration: underline; }
.left { margin-left:20px; }
.lipputilanne { margin-left:0px; font-size: 12px; }
input[type=text], input[type=password], textarea, select {
  padding: 2px;
  margin: 2px;
  
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
