/*   Primary Content Area - Special Formatting  */
#alert {
width: 90%;
margin: 10px auto 10px 10px;
padding: 3px 1px 6px 1px;
border: 4px ridge #f00;
color: #f00;
background: #ffb;
font-weight: bolder;
text-align: center;
}

#alert h2 {
margin: 2px 0 2px 0;
padding: 0;
border: 0;
font-size: 12px;
font-weight: 900;
}

#alert h3 {
margin: 1px 0 8px 0;
padding: 0;
border: 0;
font-size: 10px;
font-weight: 900;
}

span.hilit {
font-size: 125%;
font-weight: 900;
font-variant: small-caps;
font-style: oblique;
}
