body{
cursor: url(cursor.cur), auto;
background-color: rgb(000,000,000);
color: rgb(190,135,90); 
font-family: Tahoma;
font-size: 10px;
margin-top: 50px;
margin-bottom: 50px;
margin-left: 0px;
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(190,135,90)}
::-webkit-scrollbar-thumb:hover {background: rgb(227,172,127);}

div.homeheader {width: 750px; text-align: left; align: center; margin-bottom: 10px; font-size:11px; font-weight: bold; color: rgb(227,172,127);}
div.header {width: 750px; text-align: left; align: center; margin-bottom: 0px; font-size:11px; font-weight: bold; color: rgb(227,172,127);}
div.homebody {width: 750px; text-align: left; align: center; display: flex;}
div.body {width: 750px; text-align: left; align: center;}

aside.homenav {display: block; grid-area: left; width: 250px;}
main.hometext {flex: 1;}
div.linkheader {text-align: right; width: 750px; margin-bottom: 10px; margin-top: 0px; font-weight: bold; font-size:11px; }
div.linkfooter {text-align: left; width: 750px; margin-bottom: 0px; margin-top: 10px; font-weight: bold; font-size:11px; }
div.text {width: 750px;}

a:link {color: rgb(227,172,127); text-decoration: none}
a:visited {color: rgb(227,172,127); text-decoration: none}
a:hover {color: rgb(227,172,127); text-decoration: underline; cursor: url(cursor.cur), auto;}
a:active {color: rgb(227,172,127); text-decoration: underline; cursor: url(cursor.cur), auto;}

hr {border-top: 1px solid rgb(190,135,90); width: 100%; border-bottom: 0px; margin-top: 0px; margin-bottom: 5px;}
hr.title {border-top: 1px solid rgb(220,165,120); width: 100%; border-bottom: 0px; margin-top: 0px; margin-bottom: 1px;}
hr.foot {border-top: 1px solid rgb(220,165,120); width: 100%; border-bottom: 0px; margin-top: 1px; margin-bottom: 0px;}

form {margin-top: 0px;}
input.password::placeholder {width: 750px; background-color: rgb(000,000,000); color: rgb(190,135,90); font-family: Tahoma; font-size: 10px;  margin-top: 3px;}
input.password {width: 750px; background-color: rgb(000,000,000); color: rgb(190,135,90); font-family: Tahoma; font-size: 10px; border: 1px solid rgb(190,135,90); margin-top: 3px;}
