BODY {
	background-color: #006699;
	font-family: Arial,Helvetica,sans-serif;
	color: #FFCCFF;
}

/* places a 2px L/R border around pickaLinksTable */
.topTable {
	background-color: #FFCCFF;
	width: 777px;
}

.pickaLinksTable {
	width: 775px;
	background-color: #33CCFF;
}

.topLinks {
	font-size: 12px;
	color: #FFCCFF;
	text-decoration: none;
}

.topLinksImg {
	border: 2px solid #FFCCFF;
}

A:link.topLinks, A:visited.topLinks {
	color: #FFCCFF;
	text-decoration: none;
}

A:hover.topLinks {
	color: #006699;
	text-decoration: underline;
}


/* places a 2px L/R border around mainTable */
.outerTable {
	width: 777px;
	background-color: #FFCCFF;
}

.mainTable {
	width: 775px;
	background-color: #33CCFF;
}


/* the site list */
.list {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #FFCCFF;
	text-decoration: none;
	border: 1px solid #FFCCFF;
}


/* ad break */
.adBreak {
	background-color: #33CCFF;
}

.adBreakImg {
	border: 2px solid #FFCCFF;
}

A:link.adBreak, A:visited.adBreak {
	color: #FFCCFF;
	text-decoration: none;
}

A:hover.adBreak {
	color: #006699;
	text-decoration: underline;
}

/* bottom page links */
.bottomPageLinksTD {
	color: #FFCCFF;
	text-align: center;
	margin: 0px;
	padding: 5px;
}

A:link.bottomPageLinks, A:visited.bottomPageLinks {
	color: #FFCCFF;
	text-decoration: none;
}

A:hover.bottomPageLinks {
	color: #006699;
	text-decoration: underline;
}


/* hand picked ads */
.handPicked {
	width: 775px;
	background-color: #006699;
}

A:link.handPickedLink, A:visited.handPickedLink {
	color: #33CCFF;
	text-decoration: none;
}

A:hover.handPickedLink {
	color: #FFCCFF;
	text-decoration: underline;
}

.handPickedImg {
	border: 2px solid #33CCFF;

}

.bottomLinks {
	font-size: 12px;
	background-color: #006699;
}

A:link.bottomLinks, A:visited.bottomLinks {
	color: #33CCFF;
	text-decoration: none;
}

A:hover.bottomLinks {
	color: #FFCCFF;
	text-decoration: underline;
}

A:link.bottomLinks2, A:visited.bottomLinks2 {
	color: #000000;
	text-decoration: none;
}

A:hover.bottomLinks2 {
	color: #000000;
	text-decoration: underline;
}

