#list-menu {
width: 135px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: sans-serif, Ariel ;
font-size: 17px;
font-weight: normal;
}

#list-menu li {
margin: 2px 0 0;

}

/* Default attributes of button/text in list menu (339900=green) */
#list-menu a {
display: block;
width:130px;
color: #fff8dc;
font-weight: 500;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
text-decoration: none; /*lets remove the link underlines*/
}

/*
#list-menu a:link {
color: #ff0000;
}
*/

/* Active attributes of text in the list menu 000000=black ffffff=white*/
#list-menu a:active {
text-decoration: underline;
font-weight: normal;
color: #000000;
}

/*
#list-menu a:visited {
color: #0000ff;
}
*/

#home, #artistry, #antiques, #bodycare, #candles_aromas, #jewelry, #dollsbears, #handcrafts, #home_garden, #kitchen, #foods
{
font-weight: normal;

/* background-image: url('bg3.jpg'); 
background-repeat: repeat; */
background: #a52a2a;
}

/* Hover background for list menu (was 333333) */
#list-menu a:hover {
/* border: 1px solid #000000; */
background: #336633;
color: #ffffff;
}

a:link
{
	color: rgb(0,51,204); 
}

a:visited
{
	color: rgb(51,153,102); 
} 

a:active 
{
	color: rgb(255,153,0);
}

/* 	Light Blue =color: #663399;    */
body
{
	font-family: sans-serif, Ariel ;
	background-color: rgb(255,255,204);
	color: #000000;
}

table
{
	table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153); 
	font-family: sans-serif, Ariel ;
}

style1, style8, style10, style12, style14
{
	font-family: sans-serif, Ariel ;
}

.style1
{color: #996600}

.style8
{font-size: 10pt}

.style10
{color: #CC9966}

.style11
{color: #CC6633}

.style12
{color: #CC6600;
font-weight: bold;
font-size: 12pt;}

.style14
{color: #CC6600;
font-weight: bold;
font-size: 14pt;}

.menu14
{color: #CC6600;
font-weight: bold;
font-size: 16pt;
text-align: left;
text-decoration: underline;}


h1, h2, h3, h4, h5, h6
{
	font-family: sans-serif, Ariel ;
}
h1
{
	color: rgb(102,51,153);
}
h2
{
	color: rgb(255,102,153); 
}
h3
{
	color: rgb(51,153,102); 
}
h4
{
	color: rgb(102,51,153);
}
h5
{
	color: rgb(255,102,153);
}
h6
{
	color: rgb(51,153,102);
}
