/* CSS Document */
body{
    background: #fff;
    color: #000;
    font: 76% 'Arial', Verdana, sans-serif;
    word-wrap: break-word;    /* IE */
    }

p {    line-height: 1em;    margin-bottom: 1.0em; font-size: 0.9em;}
p.lead { font-size: 1.0em; }


h1, h2, h3{ font-family: "Arial Black",Verdana,Sans-Serif;}

h1 { font-size: 2.0em; color: #0063DC; }
h1 em{ color: #ff0084; font-style: normal; }

h2 {
    font-size: 1.5em;
    color: #555555;
    }

a{
    xfont-weight: bold;
    color: #0063dc;
    text-decoration: none;
    }

p a:hover { border-bottom: 1px dotted #0063DC; }
a img {    border: none;}

small{ font-size: 0.8em; }

