#wppostits_widget { 
	width: 216px;
	height:90px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: auto;
	padding-right: auto;
	color:#006838;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, sans-serif;

}

#wppostits_title { 
        font-size: 18px;
        line-height: 28px;
	padding-bottom: 2px;
	padding-top: 4px;
	color: #000;
}

#wppostits_message { 
        font-size: 16px;
        line-height: 22px;
}

#wppostits_message a { 
	color:#006838;
	text-decoration: none;
	padding: 0px;
}

#wppostits_message a:link, #wppostits_message a:visited, #wppostits_message a:hover 
{ 
        font-size: 15px;
	color:#006838;
	text-decoration: none;
}

#wppostits_message a:hover 
{ 
        font-size: 15px;
	color:#002808;
	text-decoration: none;
}
