/* mark.css - style sheet */

body {
background-color: #F0F0F0;  /* a light gray */
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.NoMargin {margin-top: 0; margin-bottom: 0}

form {margin-top: 0;  margin-bottom: 0}

input.btn{
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: normal; 
}

.SerifSmall {
font-family: "Times New Roman", Times, serif;
font-size: 14px;
color: black;
}

.Serif {
font-family: "Times New Roman", Times, serif;
font-size: 17px;
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 */
}

.Sans2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 25px;
color: black;
}

.blue {color: #00008B}


