
html {
overflow-y: scroll;
-webkit-scrollbar { width: 16px;}
-webkit-scrollbar-button {  background-color: #000000;  border-radius: 10px;}
-webkit-scrollbar-track {  background-color: #000000;  border-radius: 10px;}
-webkit-scrollbar-thumb { height: 15px; background-color: #C30202;  border-radius: 10px;}
}

body {
background-color: #;
background-attachment: fixed;
background-position: 50% 0%;
color: #000000;
scrollbar-face-color : #C30202;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000;
}

::-webkit-scrollbar { width: 16px;}
::-webkit-scrollbar-button {  background-color: #000000;  border-radius: 10px;}
::-webkit-scrollbar-track {  background-color: #000000;  border-radius: 10px;}
::-webkit-scrollbar-thumb { height: 15px; background-color: #C30202;  border-radius: 10px;}

.zanitu {margin: auto;}
TD.zanitu {color: #000000;}
A.zanitu:link { color: #000000;}
A.zanitu:visited { color: #000000;}
A.zanitu:active { color: #000000;}
