<!--

div.thoughts {
	background-color: #FFF;
	color: #000;
	padding: 10px;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	margin: 0 7px 0 0;
}

div.comment {
	background-color: #CCC;
	color: #000;
	margin: 0 30px;
	padding: 5px 15px;
	border-width: 1px;
	border-color: #000;
	border-style: dashed;
}

div.discuss {
	background-color: #CCC;
	border-width: thin;
	border-color: #000;
	border-style: outset;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	color: #000;
	float:left;
}

#right H5 {
	font-size: 115%;
	background-color: #000;
	color: #FFF;
	font-weight: normal;
	padding: 5px 0 3px 0;
	margin: 0;
}

div.thoughts A:link {
	background-color: transparent;
	color: #00D;
	font-weight: normal;
	text-decoration: underline;
}

div.thoughts A:visited {
	background-color: transparent;
	color: #00A;
	font-weight: normal;
	text-decoration: underline;
}

div.thoughts A:hover {
	background-color: transparent;
	color: #D00;
	font-weight: normal;
	text-decoration: underline;
}

blockquote {
	color: #000;
	background-color: #EEE;
}


-->
