body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 50px;
	color: #333;
	background-color: #ffffff;
}
	
a { color: #333; text-decoration: none; }
a:link		{ color: #333; text-decoration: none; }
a:visited	{ color: #333; text-decoration: none; }
a:active	{ color: #333; text-decoration: none; }
a:hover		{ color: #333; text-decoration: underline; }

.title {
	font-size: 12px;
	letter-spacing: 3px;
}
.chars {
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1px;
}
