body
{
margin : 0;
text-align: left;
font-family: helvetica, arial, sans serif;
background-color: rgb( 0,0,0 );
font-size: 11px;
color: rgb( 256,256,256 );
}

a {font-weight: bold; }
a:link {color: rgb( 255,185,25 ); text-decoration: none; }
a:visited {color:  rgb( 255,185,25 ); text-decoration: none; }
a:hover {color:  rgb( 255,185,25 ); text-decoration: underline; }
a:active {color:  rgb( 255,185,25 ); text-decoration: none; }

form
{
margin: 0;
}

img
{
border: 0 none;
margin: 0;
}

div
{
border: 0 none;
}

.center
{
margin-right:auto;
margin-left:auto;
}

.landing
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}