/* schmidel.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}
/* a:hover {background-color: #DCDCDC;}  gainsboro */
img {border: 0}

p {margin-top: 12px; margin-bottom: 12px}
p.NoMargin {margin-top: 0; margin-bottom: 0}
p.HalfMargin {margin-top: 6px; margin-bottom: 6px}

p.Weavers {
margin-top: 0; 
margin-bottom: 0; 
background-color: #00008B; /* darkblue */
border: solid 5px; 
border-color: black; 
padding: 5px; 
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 30px;
color: white;
}

p.w {
margin-top: 0; 
margin-bottom: 0; 
background-color: white; 
border: solid 5px; 
border-color: #00008B; 
padding: 10px;
}

.Sans2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 25px;
color: black;
}

.Sans1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
color: black;
}

.Sans1White {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
color: white;
}

.Sans1Blue {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
color: #00008B;  /* darkblue */
}

.Serif1 {
font-family: "Times New Roman", Times, serif; 
font-weight: bold; 
font-size: 18px;
color: black; 
}

.blue, .darkblue {color: #00008B}


