h1 {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-style: normal;
}

h2 {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
}

p {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
}

font {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #00DFDF;	/* Blue */
  border: 2px solid #04AA6D;	/* Green */
  border-radius: 5px;
  color: black;
  padding: 4px 16px;
  text-decoration: none;
  margin: 2px 2px;
  cursor: pointer;
  font-size: 16px;
}

input[type=radio] {
  width: 2em;
  height: 2rem;
  padding: 2px 2px;
  accent-color: green;
}

input[type=checkbox] {
  width: 16px;
  height: 16px;
}

input[type=text] {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFBB;	/* Yellow */
  border: 2px solid #04AA6D;	/* Green */
  color: black;
  padding: 2px 2px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-size: 16px;
}

textarea {
  background-color: #FFFFAA;	/* Yellow */
  border: 2px solid #04AA6D;	/* Green */
  padding: 2px;
  box-sizing: border-box;
  font-size: 16px;
  resize: none;
}

select {
  background-color: #33EFEF;	/* Türkis */
  padding: 2px;
  border: 2px solid #04AA6D;	/* Green */
  font-size: 16px;
}

th {
  background-color: #A3C4F5;	/* Pastel Blue */
}

a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

a:link {color: #3333FF; text-decoration: none} 
a:visited {color: #000080; text-decoration: none}
a:active {color: #A00000; text-decoration: none}
a:hover {color: #FF0000; text-decoration: none}

