
body {margin: 10px; font-family: 
   Helvetica,Arial,sans-serif;
    max-width:1000px;
	font-size:18px;}


h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}

label {
  width: 100%;
}
  
input[type=text], input[type=email], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

div {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.inline {
  display: inline;
}

.link-button {
  background: none;
  border: none;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1em;
}
.link-button:focus {
  outline: none;
}
.link-button:active {
  color:red;
}

.inline {
  display: inline;
}

.link-button {
  background: none;
  border: none;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1em;
}
.link-button:focus {
  outline: none;
}
.link-button:active {
  color:red;
}
