
a {

    color: #0000ff;
    font-size: 12px;
    font-weight: bold;

}

a:link {

    color: #0000ff;
    cursor: pointer;

}

a:visited {

    color: #ff0000;
    text-decoration: line-through;

}

a:hover {

    color: #ff0000;
    text-decoration: none;

}

a:active {

    color: #ff0000;
    cursor: default;

}

body {

    font-size: 12px;
    margin: 8px;

}

br {

    line-height: 10px;

}

div.align {

    text-align: center;

}

div.eight {

    margin: 0 auto;
    width: 800px;

}

div.master {

    font-size: 12px;
    padding: 0 1em;

}

h1 {

    font-size: 18px;

}

h2 {

    font-size: 16px;

}

img.badge {

    border: 0;
    cursor: move;
    height: 30px;
    width: 80px;

}

img.pixel {

    height: 1px;
    width: 1px;

}

span#blink {

    text-decoration: blink;

}

