/* Global Styles */

a:link { font-weight:bold; color:white; text-decoration:none; }
a:visited { font-weight:bold; color:white; text-decoration:none; }
a:focus { font-weight:bold; color:white; text-decoration:underline; }
a:hover { font-weight:bold; color:white; text-decoration:underline; }
a:active { font-weight:bold; color:white; text-decoration:none; }

a.headline:link { font-weight:bold; size:20px; color:orange; text-decoration:none;}
a.headline:visited { font-weight:bold; size:13px; color:orange; text-decoration:none;}
a.headline:focus { font-weight:bold; size:13px; color:orange; text-decoration:underline;}
a.headline:hover { font-weight:bold; size:13px; color:orange; text-decoration:underline; font-style:italic;}
a.headline:active { font-weight:bold; size:13px; color:purple; text-decoration:none; }