a:link { text-decoration:none; font-weight:normal; color:blue; }
a:visited { text-decoration:none; font-weight:normal; color:gray; }
a:hover { text-decoration:none; font-weight:normal; color:red; }
a:active { text-decoration:none; font-weight:normal; color:blue; }
img { border:none }

body {
 background-color:rgb(0,0,0);
 background-attachment:fixed; padding:0px; }
