body{
cursor: url(cursor.cur), auto;
background-color: rgb(000,000,000);
color: rgb(255,255,255); 
font-size: 9px;
font-family: Tahoma;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
}

::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: rgb(000,000,000);}
::-webkit-scrollbar-thumb {background: rgb(000,000,000); border: 1px solid rgb(255,255,255)}
::-webkit-scrollbar-thumb:hover {background: rgb(255,255,255);}

div {width: 800px}

a:link {color: rgb(255,255,255); text-decoration: underline}
a:visited {color: rgb(255,255,255); text-decoration: underline}
a:hover {color: rgb(255,255,255); text-decoration: none; font-weight: bold; font-size: 8px; cursor: url(cursor.cur), auto;}
a:active {color: rgb(255,255,255); text-decoration: none; font-weight: bold; font-size: 8px; cursor: url(cursor.cur), auto;}

img.list {margin-left: 3px; margin-right: 3px; vertical-align: +1px; height: 4px; width: 4px;}

hr {border-top: 1px solid rgb(127,127,127); width: 100%; border-bottom: 0px; border-right: 0px; border-left: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 4px;}

form {margin-top: 0px;}
input.password::placeholder {width: 800px; background-color: rgb(000,000,000); color: rgb(255,255,255); font-family: Tahoma; font-size: 9px;  margin-top: 3px;}
input.password {width: 800px; background-color: rgb(000,000,000); color: rgb(255,255,255); font-family: Tahoma; font-size: 9px; border: 1px solid rgb(127,127,127); margin-top: 3px;}