
body.splash {cursor: url(ircursor.cur), auto; font-family: Verdana; font-size: 10px; background: url(grid.png); background-position:center center; display: flex; justify-content: center; align-items: center;}
body.beyondpassword {cursor: url(ircursor.cur), auto; font-family: Verdana; font-size: 10px; background: url(grid.png); background-position:top center; margin-top: 20px;}


div.body { display: flex; flex-direction: column; align-items: center; justify-content: center;}
div.contentbody { display: flex; gap: 20px; align-items: center; align-items: center; display: flex; align-items: flex-start;}
div.contentwrap {margin: 0 auto; width: 1000px;}
div.beyondpasswordbody { display: flex; flex-direction: column; align-items: center;}
main.header {background-image: url(back.jpg); border: dotted 1px rgb(255,000,000); height:250px; width: 800px; text-align: center; font-size: 11px; color: rgb(255,000,000); font-family: courier; display: flex; justify-content: center; align-items: center;}
main.content {width: 800px; text-align: left; display: grid; grid-template-columns: 1fr 1fr; gap: 20px;}
main.content2 {width: 1010px; text-align: left; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; background-color: rgb(255,255,255); margin-left: 5px; margin-right: 5px;}
main.content3 {width: 1010px; text-align: left; background-color: rgb(255,255,255); margin-left: 5px; margin-right: 5px;}
main.content4 {width: 750px; text-align: left; background-color: rgb(255,255,255);}
aside.sidebar {flex: 0 0 250px; text-align: left; background-color: rgb(255,255,255); align-items: flex-start;}
div.top {width: 100%;}
div.bottom {width: 100%;}
main.password {width: 800px; text-align: left;}
main.password2 {width: 1010px; text-align: left; margin-left: 5px; margin-right: 5px;}
section.split {display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; width: 100%;}


a {color: rgb(255,000,000); text-decoration: none}
a:visited {color: rgb(255,000,000); text-decoration: none}
a:hover {color: rgb(255,000,000); text-decoration: underline; cursor: url(ircursor.cur), auto;}
a:active {color: rgb(255,000,000); text-decoration: underline; cursor: url(ircursor.cur), auto;}


a.content {color: rgb(000,000,000); text-decoration: none}
a.content:visited {color: rgb(000,000,000); text-decoration: none}
a.content:hover {color: rgb(230,000,000); text-decoration: underline; cursor: url(ircursor.cur), auto;}
a.content:active {color: rgb(230,000,000); text-decoration: underline; cursor: url(ircursor.cur), auto;}



hr {border-top: 1px solid rgb(255,000,000); width: 100%; border-bottom: 0px; border-right: 0px; border-left: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 1px;}
font.header {color: rgb(255,000,000); font-weight: bold; font-family: Verdana; font-size: 10px;}

form {margin-top: 0px;}
input.password::placeholder {width: 800px; background-color: rgb(255,255,255); color: rgb(000,000,000); font-family: Verdana; font-size: 10px;}
input.password {width: 800px; background-color: rgb(255,255,255); color: rgb(000,000,000); font-family: Tahoma; font-size: 11px; border: 1px solid rgb(000,000,000);}
input.password2::placeholder {width: 1000px; background-color: rgb(255,255,255); color: rgb(000,000,000); font-family: Verdana; font-size: 10px;}
input.password2 {width: 1000px; background-color: rgb(255,255,255); color: rgb(000,000,000); font-family: Tahoma; font-size: 11px; border: 1px solid rgb(000,000,000);}


::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: rgb(255,255,255);}
::-webkit-scrollbar-thumb {background: rgb(255,255,255); border: 1px solid rgb(235,000,000)}
::-webkit-scrollbar-thumb:hover {background: rgb(255,000,000);}