html {overflow-y: scroll;}

/* Scrollbar Color */

body
{ 

scrollbar-face-color : #B9A967 ;
scrollbar-shadow-color : #947331 ;
scrollbar-highlight-color : #B9A967 ;
scrollbar-3dlight-color : #AD9CB8 ;
scrollbar-darkshadow-color : #6B3908 ;
scrollbar-track-color : #CEAD63 ;
scrollbar-arrow-color : #FFFFBD ;

}

BODY {
  background-color: #FFFFFF;
  font-family : Verdana, arial, helvetica, sans-serif;
  color : #996600;
  font-size : 80%;
  font-weight : normal;

}

A:link { 
  text-decoration:none; 
  color:#DB70DB;
 
}

A:visited { 
  text-decoration:none; 
  color:#DB70DB; 

}

A:active { 
  text-decoration:none; 
  color:#DB70DB;

}

A:hover { 
  text-decoration:none; 
  color:#FFD700; 

}

/* content styles */ 

a#corner { 

position: absolute; 
left: 0; top: 0; 
display: block; 
height: 150px; 
width: 150px; 
background: url(http://www.sweetpotatoblessings.com/images/index_contents/ribbon.png) top left no-repeat !important; 
background: none; 
text-indent: -999em; 
text-decoration: none; 
cursor: hand; 

}
