body{
cursor: url(cursor.cur), auto;
background-color: rgb(000,000,000); background-image: url(background.jpg); background-repeat: no-repeat; background-position: top center;
color: rgb(239,169,022); 
font-family: Georgia;
font-size: 10px;
margin-top: 0px;
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(239,169,022)}
::-webkit-scrollbar-thumb:hover {background: rgb(255,199,094);}

div.header {width: 900px; text-align: center; align: center}
div.body {width: 900px; text-align: left; align: center}

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;}
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;}


font.title {font-size:20px; font-weight: bold;}
font.nav {font-size:11px; font-weight: bold;}
font.kitcarruthers {color: rgb(190,190,190); font-size: 9px; font-family: Tahoma;}

a:link {color: rgb(255,199,094); text-decoration: none}
a:visited {color: rgb(255,199,094); text-decoration: none}
a:hover {color: rgb(255,219,094); text-decoration: underline; cursor: url(cursor.cur), auto;}
a:active {color: rgb(255,219,094); text-decoration: underline; cursor: url(cursor.cur), auto;}

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 {border-top: 1px solid rgb(239,169,022); width: 500px; border-bottom: 0px; margin-top: 0px;}
hr.title {border-top: 1px solid rgb(239,169,022); width: 100%; border-bottom: 0px; margin-top: 0px}
hr.project {border-top: 1px solid rgb(239,169,022); width: 100%; border-bottom: 0px; margin-top: 0px}
hr.kitcarrutherstitle {border-top: 1px solid rgb(190,190,190); width: 100%; border-bottom: 0px; margin-top: 0px}
li {list-style-type: square; margin: 0px; padding: 0px; position: relative}

img.kitcarruthers {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

img.kitcarruthers:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

