td{  /*for all general column in any table*/
  font-family:verdana;
  font-size:10px;
  color:#000000;
 }
font{
  font-size:10px;
  font-weight:normal;
  color:#7700FF;

} 
 
.fontlistheader{ /*used for header texts For exmple: Title (Sort) is set by this*/
  font-size:12px;
  font-weight:bold;
  color:#FFFFFF;
}
.fontlistheadersub{ /*Used for making headers in a deatail row. An Example: Featured Items*/
  font-family:verdana;
  font-size:10px;
  color:#000000;
  font-weight:bold;
}
.fontlist{ /*detail row font attributes*/
  font-size:10px;
  color:#000000;
  font-weight: normal;
}
.cellheader{
  background-color:#6699CC;
  font-family:verdana;
  font-size:10px;
  color:#000000;
}
.celldesc{
  background-color:#6699CC;
  font-family:verdana;
  font-size:10px;
  color:#FFFFFF;
}
.listdet{ /*Used for this texting: Garage Sales Listings*/
  font-family:verdana;
  font-size:10px;
  color:#000000;
}
.listdetsearch{ /*Used for search table detail text*/
  font-family:verdana;
  font-size:10px;
  color:#000000;
}
.listdetheader{ /*Used for detail lists header text*/
  font-family:verdana;
  font-size:10px;
  color:#FFFFFFF;
}
.listtdcolor{ /*Used for the list column color*/
  font-family:verdana;
  font-size:10px;
  background:#aabbFF;
  color:#FFFFFF;

}
.headersearch{
  font-family:verdana;
  font-size:10px;
  font-weight: bold;
  color:#FFFFFF;
}
.listtdcoloranti{ /*Used for the list column color, for Example: see the white row below of each blue rows*/
  font-family:verdana;
  font-size:10px;
  background:#FFFFFF;
  color:#000000;
} 
.maintable{ /*It is defining the main table's border*/
  border: 1px solid #7a02a9;
}

A { /*All unclicked links*/
	text-decoration: none;
	color:#000000;
	font-size: 10px; 
	font-family: verdana;
	font:900
}
a:visited{color:#0066CC} /*All clicked links*/
a:hover{color:#F24409} /*All links behavior while mouse over a link*/
a.link{color:#0066CC} 
a.link:visited{color:#0066CC}
.bold{font:900}


/* it's style for text 'welcome' on homepage  */
.txt-slogan{
FONT-SIZE: 22px;
COLOR: #7700FF;
font-family: Verdana;
font-weight: bold;
text-align:center;
padding-top:10px;  /* change top padding between text blocks */
padding-bottom:10px;  /* change bottom padding between text blocks */
}
#blk{
color: #000;
}
