/* General text */
body, div, span, li, p, b, i, u, strong, table, tr, td, th {
	color: #999;
	font-size: 11px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Arial', 'Helvetica', sans-serif;
}

/* General links */
a, a:link, a:visited, a:active {
	color: #369;
	font: 11px 'Lucida Grande', 'Lucida Sans Unicode', 'Arial', 'Helvetica', sans-serif;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}