@charset "UTF-8";
/* CSS Document */

@import "userintuition.css";

/* -----------------------------------------------------------------------------------
	HOMEPAGE SPECIFIC CONTENT
   ----------------------------------------------------------------------------------- */
.main {
	width: 485px;
}

.sidebar {
	width: 215px;
	margin-top: 10px;
}

.review {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.08em; /*original=9px;*/
	font-style: normal;
	color: #e9e6d0;
}

.review p#name {
	color: #e9e6d0;
	font-size: 1em;
}

.review a {
	color: #e9e6d0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e9e6d0;
	text-decoration: none;
}

/*.review a:hover {
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
	text-decoration: none;
}*/

.review a:hover {
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
	text-decoration: none;
}


