/* mark.css - style sheet */

body {
background-color: white; 
margin-top: 20px;  
margin-bottom: 20px;
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 17px;
font-style: normal;
font-weight: normal;
color: dimgray;
}

.Globe1 {
float: right;
}
.Globe {
position: relative; float: right; margin-top: 320px
}


.GothicT1 {
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 64px;
color: darkolivegreen;
}

.GothicT2 {
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 48px;
color: darkolivegreen;
}

.GothicH1 {
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 35px;
color: darkolivegreen;
}

.GothicH2 {
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 24px;
color: darkolivegreen;
}

.Gothic14 {
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size: 14px;
color: dimgray;
}


a:link, a:visited, a:active {color: dimgray}
img {border: 0}
li {line-height: 30px;}

p {margin-top: 12px; margin-bottom: 12px; line-height: 30px;}
p.Title {margin-top: 30px; margin-bottom: 20px}


<!---
p.M15 {margin-top: 15px; margin-bottom: 15px}
p.TopMargin {margin-top: 12px; margin-bottom: 0}
p.NoTop {margin-top: 0; 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.M3 {margin-top: 3px; margin-bottom: 3px}
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: dimgray;
}

input.btn{
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: normal; 
cursor: pointer;
cursor: hand;
}

.Serif {
font-family: "Times New Roman", Times, serif;
font-size: 17px;
color: dimgray;
}

.Serif1 {
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 18px;
color: black;
}

/* Grammar, USHisExam, WHisExam */
.Serif2 {
font-family: "Times New Roman", Times, serif;
font-size: 19px;
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;
}



.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;
}

.Sans2Blue {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 25px;
color: #00008B;  /* darkblue */
}

.Sans2Red {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 25px;
color: #8B0000;  /* darkred */
}

.Sans2White {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 25px;
color: white;
}


.blue, .darkblue {color: #00008B}
.red, .darkred {color: #8B0000}

--->

