html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


body
{
color:#00CCFF;
background-color:#000000;
/*margin:50px;*/
}

.grey
{
color:#CCCCCC;
}

.white
{
color:#FFFFFF;
}

a:link {
    color: #00CCFF;
}
a:visited {
    color: #CCCCCC;
}
a:hover {
    color: #00CCFF;
}
a:active {
    color: #00CCFF;
}
