/**
 * Author: Dennis Robinson
 * Date: December 8, 2009
 * Copyright: Mergenta (c) 2009
 *
 * Styles for the HTML Wordcloud Widget
 *
 */

/**
 * Wordcloud styles
 */
div.wordcloud {
	text-align: center;
}

div.wordcloud a {
	text-decoration: none;
}

div.wordcloud a:hover {
	text-decoration: underline;
}