/* boutique_style.css copyright © 2002 by Parker Torrence parker@unfolded.net */
body {
	background: #000 url(http://www.geocities.com/froglace_boutique/css/art/tile.gif) repeat-y top right;
	color: #cc0;
	margin:0;
	padding:0;
}
p  {
	font: 400 11px/19px verdana, lucida, arial, helvetica, sans-serif;
	text-indent: 0.75em;
	padding:0;
	margin: 1.25ex 0px 0.5ex 0px;
}

blockquote {
	padding: 1ex 1.5em 1ex 1em;
	margin:0px
}

.copy {
	color: #770;
	margin:0px;
	padding:5px;
	font: 400 9px/12px verdana, lucida, arial, helvetica, sans-serif;
}
/* h1 for Headlines */
h1 {
	color: #cc0;
	font-size:24px; 
	font-weight:700;
	font-family:verdana, lucida, arial, helvetica, sans-serif;
}
h2 {
	margin:0px;
	padding:0px;
	font: oblique 700 16px/20px verdana, lucida, arial, helvetica, sans-serif;
}
h3 {
	margin:0px;
	padding:0px;
	font:400 14px/17px verdana, lucida, arial, helvetica, sans-serif;
}

/* links */
a:visited {
   font-weight : bold; 
   text-decoration : none;
   color: #fff;  
}
a:link {
   font-weight : bold; 
   text-decoration: none;
   color: #fff;  
}
a:hover {
   color: #eee; 
   font-weight : bold;   
   text-decoration : underline; 
}
a:active {
   font-weight : bold; 
   text-decoration : none; 
   color: #eee;  
}
/* standard dotz */
a.dotz:visited {
   font-weight : bold; 
   text-decoration : none;
   color: #fff;
	border-bottom: 2px dotted #fff;
}
a.dotz:link {
   font-weight : bold; 
   text-decoration : none; 
   color: #fff;
	border-bottom: 2px dotted #fff;
}
a.dotz:hover {
   color : #eee; 
   font-weight : bold;   
   text-decoration : underline; 
	border-bottom: 0px dotted #eee;
}
a.dotz:active {
   font-weight : bold; 
   text-decoration : none; 
   color: #eee;
	border-bottom: 0px dotted #eee;
  
}

img.block {
    display: block
} 
