html {min-height: 100%;}
* {
margin: 0;
padding: 0;
font-size: 12px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
background:url('background_paper.jpg') #000000 repeat 50% 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding:0;
}


a:link {color:black;font-weight:bold ; text-decoration:underline; border:none}
a:visited {color:black;font-weight:bold ; text-decoration:none  border:none}
a:active {color:black;font-weight:bold ; text-decoration:none border:none}
a:hover {color:#00dd00;font-weight:bold ; text-decoration:underline border:none}
