No good. I tried putting it between the h1 and h2 attributes and also extending the h2 attributes. No change.
h1, h2, h3 {
color: #b22222;
text-rendering: optimizelegibility;
font-family:”georgia”, arial;
font-weight:normal;
}
h1{font-size:28px; font-family:Lusitana, “georgia”, helvetica, arial;}
h2{font-size:26px; font-family:Lusitana, “helvetica”, arial; font-color:b22222; margin-bottom:20px;}
h3{font-size:24px; font-family:”georgia”, helvetica, arial;}
h4{font-size:22px; font-family:”georgia”, helvetica, arial;}
h5{font-size:18px; font-family:”georgia”, helvetica, arial;}
h6{font-size:16px; font-family:”georgia”, helvetica, arial;}
h1,h2,h3,h4,h5,h6 {
clear: both;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}