/* style for asterisks */
.asterisk {
color: red;
font-family: arial;
font-size: 30px;
}

/* style for hidden asterisks */
.noasterisk {
color: #99ff99;
font-family: arial;
font-size: 30px;
}

/* style for labels */
label {
color: black;
font-family: arial;
font-size: 22px;
}

/* style for input */
input {
background-color: #ffffcc;
font-family: arial;
font-size: 22px;
border: 1px;
color: blue;
}

/* style for small font */
.smallblackfont {
color: black;
font-family: arial;
font-size: 14px;
}

/* style for small font */
.smallredfont {
color: red;
font-family: arial;
font-size: 22px;
}

/* style for small font */
.largeredfont {
color: red;
font-family: arial;
font-size: 32px;
}

/* style for certification */
.certification {
color: red;
font-family: arial;
font-size: 24px;
font-style: italic;
font-weight:bold;
}

/* style for button */
button {
color: blue;
font-family: arial;
font-size: 22px;
height: 32px;
width: 200px;
}


