a:link {
    background-color: white;
    color: black;
    border: 2px solid #0AF2F2;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a:visited {
    background-color: #A5F2F3;
    color: white;
    border: 2px solid #A5F2F3;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:active {
    background-color: #0AF2F2;
    color: white;
}

.button {
    background-color: #A5F2F3;
    border: none;
    color: white;
    padding: 10px 27px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.button:hover {
    background-color: #0AF2F2;
    color: white;
}

input {
width: 275px;
height: 40px;
font-size: 18pt;
color: #0AF2F2; /* dodgerblue*/
border: 3px solid #0AF2F2;
border-radius: 4px;
}

.input2 {
width: 72px;
height: 40px;
font-size: 18pt;
color: #0AF2F2; /* dodgerblue*/
border: 3px solid #0AF2F2;
border-radius: 4px;
}

input[type="checkbox"] { 
width: 28pt; 
height: 28pt;
}

input[type="radio"] { 
width: 28pt; 
height: 28pt;
}

input[type="button"] { 
width: 75pt; 
height: 25pt;
}

textarea {
width: 260px;
height: 180px;
font-size: 10pt;
color: #0AF2F2; /* dodgerblue*/
border: 3px solid #0AF2F2;
border-radius: 4px;
}
