I'm trying to use CSS/margin-top to add some extra vertical space before H3 headings, but it has absolutely no effect. Any suggestions will be appreciated. The relevant CSS is the following:
h3{
color:blue;
text-align:left;
font-size:26px;
font-weight:bold;
margin-top:24px <!-- Add vertical space: -->
}
The URL of the document is as follows: http://phillipmfeldman.org/English/index.html