h2{ font-size: 15px;
    font-weight: 600;
	color:blue !important;
  }

button {
    margin-top: 10px;
    padding: 0.4em 0.4em;
    background: #ff48002e;
    border: thin solid red;
    border-radius: 0 0.4em 0.4em;
    box-shadow: 0 0.2em 0.4em gray;
    color: black;
    font-size: 11px;
    line-height: 0.8;
}


button:hover {
	
    background: yellow !important;}
    


small { font-size:10px; font-family:'Small Fonts',sans-serif; color:red;}

input[type="submit"] {
    margin-top: 10px;
    padding: 0.4em 0.4em;
    background: #ea4b0c;
    border: thin solid red;
    border-radius: 0 0.4em 0.4em;
    box-shadow: 0 0.2em 0.4em gray;
    color: black;
    font-size: 11px;
    line-height: 0.8;
	margin-bottom: 10px;
}
input:hover[type="submit"] {
	
    background: gold;
    border: thin solid red;
	
}


.link1 {
  color: red !important;
  font-size: 12px !important;
  font-weight: bold !important;
}


.link2 {
  color: pink !important;
  font-size: 11px !important;
  
}

