@font-face
{
    font-family: "CORDATA";
    src        : url("font/Web437_Cordata_PPC-400.woff") format('woff');
    font-weight: normal;
    font-style : normal;
}

/* style 'em up right quick */
body
{
    font-family     : "CORDATA";
    background-color: #000000;
    color           : #ff00ff;
    width           : 500px;
    padding         : 50px 100px 100px 100px;
    margin          : 0px;
}

/* defeat fake bolding */
h1
{
    font-weight: normal;
}

/* linkssss */
a
{
    color:  #00FFFF;
}

a:hover
{
    color: #FFFF00;
}

/* change highlights */
::selection
{
    background-color: #FF00FF;
    color           : #000000;
}


::moz-selection
{
    background-color: #FF00FF;
    color           : #000000;
}