.para {
font-family: "Verdana","Arial","sans-serif";
font-size: 10pt;
text-align: center;
}

a { font-family: verdana; }
a.headings:link {color: blue;  width:100%; font-weight:bold; font-size:11pt; }  /* unvisited link */
a.headings:visited {color: blue;  width:100%; font-weight:bold; font-size:11pt;}  /* visited link */
a.headings:hover {color: black; background-color: orange; text-decoration:none; width:100%; }   /* mouse over link */
a.headings:active {color: black; font-size:13pt; background-color:yellow; font-weight:bolder; width:100%;}   /* selected link */


.space {
line-height: 60%
}

H1 {
text-align: center;
background-color: #FFCC33;
border: solid  orange;
border-width: 0.2mm;
padding:10pt;
}

H2 {
font-size: 20pt;
text-align: center;
background-color: #FFF000;
border: solid  black;
border-width: 0.2mm;
padding:10pt;
}

H3 {
text-align: center;
background-color: azure;
font-size: 10pt;
}

H4 {
text-align: center;
color: black;
background-color: white;
font-size: 9pt;
padding:10pt;
}

.answer {
font-family: verdana;
color: navy;
line-height:150%;
font-size: 13pt;
text-align: left;
background-color:  #FFFFFF;
border: thin dotted #800080;
padding:12px;
}

