
#suggested{
	clear:both;
	width:100%;
	text-align:center;
}

#suggested a{
    color: #999999;
	font-style:italic;
	text-decoration:none;
}

#suggested a:hover{
	color:#CC3300;
	text-decoration:underline;
}

#wedwrap{
	float:left;
	clear:both;
	width:100%;
}

.listItem{
    float: left;
    margin-bottom: 10px;
}

.keyWord{
    color: #666666;
    font-size: 13px;
}

.keyWord a{
    color: #666666;
    font-size: 12px;
	font-style:italic;
	font-weight:bold;
}

.keyWord a:hover{
	text-decoration:underline!important;
}

.desc{
    float: left;
    margin-left: 12px;
    color: #666666;
    font-size: 12px;
}
