	/* style sheet for eg40004.com started April, 2006 */
	
/* ---------------------------------------------------------------------------------------------- */
	
a            { text-decoration: none; color: #0000FF;  }
	/* links color is blue and no underline */
		
a:hover      { text-decoration: underline; color:#666666 }
	/* links hover color is dark grey and with underline */
	
/* ---------------------------------------------------------------------------------------------- */
	
.adtable     { padding:0; width: 180px; height: 180px; text-align: left; 
			valign: top; color:#666666; cellspacing:0; cellpadding:0; border }
	/* defines a table to hold ads insert */
	
.adcell      { border: 1px solid #666666; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0 }
	/* defines ad cell to hold ads for insert */	
	
.adtitle     { font-family: Arial; font-size: 14pt; color: #0000FF }
	/* title text for an ad color blue */
	
/* ---------------------------------------------------------------------------------------------- */
					
body         { font-family: Arial; font-size: 8pt; text-align:center }
	/* page body */

.catheading  { font-family: Arial; font-size: 12pt; color: #666666; font-weight: bold }
	/* category heading */
	
/* ---------------------------------------------------------------------------------------------- */

.city        { font-family: Arial; font-size: 14pt; color: #666666 }
	/* font for the name of the easy-guides community */

/* ---------------------------------------------------------------------------------------------- */

.nav         { color: #0000FF; font-family: Arial; font-size: 12pt; font-weight: bold; }
	/* font for navigation, color blue */

/* ---------------------------------------------------------------------------------------------- */
	
table        { font-family: Arial; font-size: 8pt; color: #666666; text-align:left; 
			border: none; padding:0; cellspacing:0; cellpadding:0; }
	/* default table */		
	
.tableblack  { color: #000000; cellpadding:5;}
	/* table text is black */

.tabletext   { font-family: Arial; font-size: 12pt; color: #666666; font-weight: bold }
	/* normal text in a table is dark grey */
	
.tabletitle  { font-family: Arial; font-size: 18pt; color: #666666; font-weight: bold }
	/* title text in a table is dark grey */
	
td           { border: none; padding: 0 }
	/* defines cells with no border or padding */
