
body {
    background-color : #ffffff;
    margin : 0;
    overflow : auto;
    padding : 0;
}

p {
    color : #000000;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    font-weight : bold;
    margin : 12px;
}

em {
    color : #ff3399;
    font-style : normal;
}

a {
    color : #000000;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    font-weight : bold;
    text-decoration : none;
}

a:hover {
    color : #ffcc00;
}

img {
    border : none;
}

