body { color: black; background-color: white; }
p {}
td {}
a:link { color: #600 ; font-size: 12px; font-family: verdana; text-decoration: none; }
a:visited { color: #963 ; font-size: 12px; font-family: verdana; text-decoration: none; }
a:hover { color: #600 ; font-size: 13px; font-family: verdana; }
a:active { color: red }
.main_tucktype { color: black; font-size: 12px; font-family: verdana; line-height: 16px; width:380px; text-align:justify; }
.bold_tuck { color: #600; font-size: 12px; font-family: verdana; font-weight: 700; line-height: 15px; }
.blacktucker { color: #000; font-size: 10px; font-family: verdana; font-weight: 600; line-height: 13px; width:800px; }
.tuckerhome { color: #000; font-size: 12px; font-family: verdana; font-weight: 700; line-height: 18px; }
.bigwhitetxt { color: #fff; font-size: 14px; font-family: verdana; font-weight: 700; line-height: 20px; }
.tuckbigblack { color: #000; font-size: 13px; font-family: verdana; font-weight: 700; line-height: 16px; }
a:link2 { color: #000; font-size: 12px; font-family: verdana; font-weight: 700; }
a:hover2 { color: #600 ; font-size: 12px; font-family: verdana; }
a:visited2 { color: #963 ; font-size: 12px; font-family: verdana; text-decoration: none; }
.libraryname { color: #600; font-size: 16px; font-family: verdana; font-weight: 700; line-height: 18px; }
.bigbeigetxt { color: #cc9; font-size: 17px; font-family: verdana; font-weight: 700; line-height: 20px; }
.blacktucker p{

padding:1px;

margin:3px;

}

.blacktuckerProj { color: #000; font-size: 10px; font-family: verdana; font-weight: 600; line-height: 13px; width:350px; 
height:400px; overflow:auto;
}

#ashlandsmall{

width: 600px;   
    overflow: auto;
	   
	   
    scrollbar-base-color:#ffeaff


}









/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 960px; 
    height:90px; 
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a super large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated on horizontal scrolling 
    typically this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}




