body{
cursor: url(cursor.cur), auto;
background-color: rgb(000,000,000); 
color: rgb(225,225,220); 
font-family: Tahoma;
font-size: 11px;
margin-top: 20px;
margin-bottom: 10px;
margin-left: 20px;
margin-right: 0px;
}
body.sidebar{
cursor: url(cursor.cur), auto;
background-color: rgb(000,000,000); 
color: rgb(225,225,220); 
font-family: Tahoma;
font-size: 10px;
margin-top: 10px;
margin-bottom: 0px;
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(225,225,220)}
::-webkit-scrollbar-thumb:hover {background: rgb(255,255,255);}


div.body {width: 1000px; align: left; display: flex; flex-direction: column; min-height: 100vh; margin: 0 auto; margin-right: auto; margin-left: 0; padding: 0px; }
div.title {width: 1000px; align: left; padding: 0px; color: rgb(255,255,255); font-size: 13px;}
div.page {display: grid; align: left; width: 1000px; grid-template-areas: "left main right"; flex: 1; margin-right: auto; margin-left: 0;}
div.linebreak {height: 5px}
div.sidelinebreak {height: 17px}
aside.sidebar {width: 115px; font-size: 11px; padding: 0px; grid-area: left;}
main.main {width: 885px; grid-area: main; font-size: 11px; padding: 0px;}
main.main2 {width: 685px; grid-area: main; font-size: 11px; padding: 0px;}
div.sort {column-count: 4; column-gap: 2rem;}
aside.information {width: 200px; grid-area: right; font-size: 11px; padding: 0px;}
iframe.sidebar {width: 115px; height:100vh; border: none; display: block; box-sizing: border-box; }
div.informationindent {margin-left: 3px;}


a:link {color: rgb(255,255,255); text-decoration: none;}
a:visited {color: rgb(255,255,255); text-decoration: none;}
a:hover {color: rgb(255,255,255); text-decoration: underline; cursor: url(cursor.cur), auto;}
a:active {color: rgb(255,255,255); text-decoration: underline; cursor: url(cursor.cur), auto;}
a.sidebar:link {color: rgb(228,228,223); text-decoration: none;}
a.sidebar:visited {color: rgb(228,228,223); text-decoration: none;}
a.sidebar:hover {color: rgb(228,228,223); text-decoration: underline; cursor: url(cursor.cur), auto;}
a.sidebar:active {color: rgb(228,228,223); text-decoration: underline; cursor: url(cursor.cur), auto;}

form {margin-top: 0px;}
input.search::placeholder {width: 100px; background-color: rgb(000,000,000); color: rgb(105,105,100); font-family: Tahoma; font-size: 11px;}
input.search {width: 100px; background-color: rgb(000,000,000); color: rgb(225,225,220); font-family: Tahoma; font-size: 11px; border: 1px solid rgb(105,105,100);}



div.people {}
div.people-header {text-align: left;}
div.people-content {display: flex; align-items: flex-start; gap: 1em;}
aside.people-img {display: block; grid-area: left; margin-top: 3px;}
main.people-about {flex: 1;}
div.people-kitcarruthers {display: flex; align-items: flex-start; gap: 1em;background-image: url(img/kitcarruthersback.jpg); background-repeat: no-repeat; background-position: top left; padding: 0em;}

table.favdrugs {width: 778px; text-align: left; font-size: 10px; table-layout: fixed; padding: 0px;}

font.warning {color: rgb(255,000,000); font-size: 12px; font-weight: bold; text-transform: uppercase;}
font.sub {font-size: 6px;}
font.crossclass {color: rgb(180,180,175);}

font.lysergiclist {color: rgb(255,255,220);}
a.lysergiclist:link {color: rgb(255,255,220); text-decoration: none;}
a.lysergiclist:visited {color: rgb(255,255,220); text-decoration: none;}
a.lysergiclist:hover {color: rgb(255,255,220); text-decoration: underline; cursor: url(cursor.cur), auto;}
a.lysergiclist:active {color: rgb(255,255,220); text-decoration: underline; cursor: url(cursor.cur), auto;}


font.kitcarruthers {color: rgb(190,190,190); font-size: 11px; font-family: Tahoma;}
a.kitcarruthers:link {color: rgb(235,235,235); text-decoration: none}
a.kitcarruthers:visited {color: rgb(235,235,235); text-decoration: none}
a.kitcarruthers:hover {color: rgb(255,255,255); text-decoration: underline; cursor: url(cursor.cur), auto;}
a.kitcarruthers:active {color: rgb(255,255,255); text-decoration: underline; cursor: url(cursor.cur), auto;}
a.kitcarrutherstitle:link {color: rgb(190,190,190); text-decoration: none}
a.kitcarrutherstitle:visited {color: rgb(190,190,190); text-decoration: none}
a.kitcarrutherstitle:hover {color: rgb(190,190,190); text-decoration: none}
a.kitcarrutherstitle:active {color: rgb(190,190,190); text-decoration: none}
hr.kitcarruthers {border-top: 1px solid rgb(190,190,190); width: 100%; border-bottom: 0px; margin-top: 0px; margin-left: 0; margin-right: 0; padding: 0;}

hr {border: none; border-top: 1px solid rgb(225,225,220); width: 100%; border-bottom: 0px; margin-top: 0px; margin-left: 0; margin-right: 0; padding: 0;}
hr.kitcarrutherstitle {border-top: 1px solid rgb(190,190,190); width: 100%; border-bottom: 0px; margin-top: 0px}
hr.crossclass {border: none; border-top: 1px solid rgb(180,180,175); width: 100%; border-bottom: 0px; margin-top: 0px; margin-left: 0; margin-right: 0; padding: 0;}
