BODY {
background-color:black;
background-repeat:no-repeat;
background-position:center;
background-attachment:fixed;
scrollbar-base-color:black;
scrollbar-face-color:black;
scrollbar-track-color:black;
scrollbar-highlight-color:black;
scrollbar-arrow-color:silver;
color:silver;
}

/* link text conf1 */
A.navi:link {color:orange}
A.navi:visited {color:orange}
A.navi:active {color:orange}
A.navi:hover {color:orange}

/* link text conf2 */
A:link {color:yellow}
A:visited {color:yellow}
A:active {color:yellow}
A:hover {color:yellow}
A:link,A:visited,A:active,A:hover {text-decoration:none}

/* link text conf3 */
A.entrata:link {color:silver}
A.entrata:visited {color:silver}
A.entrata:active {color:silver}
A.entrata:hover {color:silver}
A.entrata:link,A.entrata:visited,A.entrata:active,A.entrata:hover {text-decoration:none}