/* quizhub.css - style sheet */

body {
background-color: #00008B;  /* darkblue */
margin-top: 20px;  
margin-bottom: 20px;
font-family: "Times New Roman", Times, serif;
font-size: 17px;
font-style: normal;
font-weight: normal;
color: black;
}

a:link, a:visited, a:active {color: black}
img {border: 0}

p {margin-top: 12px; margin-bottom: 12px}
p.TopMargin {margin-top: 12px; margin-bottom: 0}
p.NoTop {margin-top: 0px; margin-bottom: 12px}
p.HalfTop {margin-top: 6px; margin-bottom: 12px}
p.HalfTopOnly {margin-top: 6px; margin-bottom: 0px}
p.B18 {margin-top: 12px; margin-bottom: 18px}
p.SubTitle {margin-top: 6px; margin-bottom: 12px}
p.NoMargin {margin-top: 0; margin-bottom: 0}
p.HalfMargin {margin-top: 6px; margin-bottom: 6px}
p.FreeBox {width: 586px; margin: 0; background-color: #00ff00; border-style: solid; border-width: 2px; border-color: black; padding: 5px; text-align: center;}
p.FreeBox395 {width: 371px; margin: 0; background-color: #00ff00; border-style: solid; border-width: 2px; border-color: black; padding: 10px; text-align: center;}

form {margin-top: 0;  margin-bottom: 0}
form.PayPalButton {height: 86px}

input {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 17px;
color: black;
}

input.btn{
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: normal; 
}

.Serif {
font-family: "Times New Roman", Times, serif;
font-size: 17px;
color: black;
}

.ReviewText {
font-family: "Times New Roman", Times, serif;
font-size: 19px;
color: black;
}

.Serif1 {
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 18px;
color: black;
}

.small {
font-family: "Times New Roman", Times, serif;
font-weight: normal;
font-size: 15px;
color: black;
}

.Sans {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 17px;
color: black;
}

.SansBlue {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 17px;
color: #00008B;  /* darkblue */
}

.Sans1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
color: black;
}

.Sans1Blue {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
color: #00008B;  /* darkblue */
}

.Sans1White {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
color: white;
}

.Sans1Red {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
color: #8B0000;  /* darkred */
}

.Sans1NoB {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 18px;
color: black;
}

.Sans2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 25px;
color: black;
}

/* Math Contest: Incorrect */
.Sans3 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 50px;
color: black;
}

.blue, .darkblue {color: #00008B}
.red, .darkred {color: #8B0000}

