body{
        background: #f2f2f2;
        font-family: arial, helvetica, sans-serif;
        text-align: left;
}

p{
        font-weight: normal;
        font-size: 100%;
        line-height: 120%;
        color: #222222;

}

h1{
        font-weight: bold;
        font-size: 140%;
        color: #444444;
}

h2{
        font-weight: 500;
        font-size: 120%;
        color: #444444;
}

a:link{ color: #444444; background-color: transparent; }
a:active{ color: #ffffff; background-color: #000000; }
a:visited{ background-color: transparent; }
a:hover{ background-color: #ececec; }
