﻿* {margin:0}

html, body 
{
    background-color:#333333;
    font-family:arial;
    font-size:10pt;
    color:White;
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
}

img {border:0;}

/* LINKS */
a,
a:link,
a:hover
  {text-decoration:none;
  cursor:pointer;
  background:transparent;
  text-decoration:none;
  cursor:pointer;
}

a:link,
a:visited {color:rgb(242,218,0);}

a:hover
  {color:rgb(0,153,204);}
/* END LINKS */