/* --              --  style parameters for Buy N Sell Stuff  --            -- */
/* --                          -- Advertising --                            -- */
/* --                            -- CLASSES --                              -- */

.adfeatures a {	color: #663333; text-decoration: underline; }
	.adfeatures a:hover {
		text-decoration: none;
		color: yellow;
		background: purple;
	}
	.adfeatures a:visited { color: green; 
	}


/* --                                -- ID's --                             -- */

#indexads {
	float: right; position: relative;
	background: url('../images/indexads.gif') 0 0 no-repeat;
	width: 146px; margin: 0em 0.5em 0em 1em; color: #663333;
	}
	#indexads a { color: green;
	}
	#indexads a:hover {
		text-decoration: none;
		color: yellow;
		background: purple;
	}
#indexads div {
	position: relative;	padding: 0.5em 0;
	background: url('../images/adsbottom.gif') bottom no-repeat;
	}
	#indexads p {
		text-align: center;	font-size: 90%; font-weight: bold;
		margin: 0em auto; padding: 0.8em auto;
	}
	#indexads img { margin: 0.2em auto; display: block;
	}


/* --                    -- END style parameters --                         -- */

