@font-face {
    font-family: 'RobotoSlab';
    src: url('fonts/RobotoSlab-Regular.woff2') format('woff2'),
         url('fonts/RobotoSlab-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html{cursor: url(cursor.cur), auto;}

body{
background-color: rgb(255,255,255); background-image: url(img/background.jpg); background-repeat: no-repeat; background-position: top left;
color: rgb(000,000,000); 
font-family: 'RobotoSlab', Arial;
font-size: 12px;
line-height: 1.0;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 120px;
margin-right: 0px;
height: 100%;
}

::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: rgb(255,255,255);}
::-webkit-scrollbar-thumb {background: rgb(255,255,255); border: 1px solid rgb(140,085,055)}
::-webkit-scrollbar-thumb:hover {background: rgb(255,000,045); border: 1px solid rgb(140,085,055)}


hr {border-top: 1px solid rgb(140,085,055); width: 100%; border-bottom: 0px; border-right: 0px; border-left: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 4px;}

div.body {width: 1000px; padding-left: 50px; padding-top: 10px; border-left: 1px solid rgb(140,085,055); background-color: rgb(255,255,255)}
div.nav {margin-top: 3px; margin-bottom: 20px;}

font.title {font-weight: bold; color: rgb(140,085,055); margin-bottom: 0px; font-size:18px;}
font.header {font-weight: bold; color: rgb(140,085,055); margin-bottom: 0px;}
a.header:hover {text-decoration: none;}

hr {border-top: 1px solid rgb(140,085,055); width: 100%; border-bottom: 0px; border-right: 0px; border-left: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 1px;}

a:link {color: rgb(140,085,055); text-decoration: none; cursor: url(cursor.cur), auto;}
a:visited {color: rgb(140,085,055); text-decoration: none; cursor: url(cursor.cur), auto;}
a:hover {color: rgb(160,090,060); text-decoration: underline; cursor: url(cursor.cur), auto;}
a:active {color: rgb(160,090,060); text-decoration: underline; cursor: url(cursor.cur), auto;}

a.nav:link {color: rgb(140,085,055); text-decoration: none; cursor: url(cursor.cur), auto; font-size: 14px; font-weight: bold;}
a.nav:visited {color: rgb(140,085,055); text-decoration: none; cursor: url(cursor.cur), auto; font-size: 14px; font-weight: bold;}
a.nav:hover {color: rgb(000,000,000); text-decoration: none; cursor: url(cursor.cur), auto; font-size: 14px; font-weight: bold;}
a.nav:active {color: rgb(000,000,000); text-decoration: none; cursor: url(cursor.cur), auto; font-size: 14px; font-weight: bold;}

font.kitcarruthers {color: rgb(190,190,190); font-size: 11px; font-family: Tahoma;}
a.kitcarruthers:link {color: rgb(235,235,235); text-decoration: none; cursor: url(cursor.cur), auto;  font-family: Tahoma;}
a.kitcarruthers:visited {color: rgb(235,235,235); text-decoration: none; cursor: url(cursor.cur), auto;  font-family: Tahoma;}
a.kitcarruthers:hover {color: rgb(255,255,255); text-decoration: underline; cursor: url(cursor.cur), auto; font-family: Tahoma;}
a.kitcarruthers:active {color: rgb(255,255,255); text-decoration: underline; cursor: url(cursor.cur), auto; font-family: Tahoma;}

img.list {margin-left: 9px; margin-right: 3px; vertical-align: +2px; height: 4px; width: 4px;}


