/* Coffee Talk CSS */
body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 10px;
	color: #999;
}
.line-height {
	line-height: 3em;
}
.border {
	border: 1px solid #666;
}
a:link {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #999;
}
.noborder {
	border: 1px dashed #333;
}
.enter {
	border: 1px solid #999;
	font-variant: normal;
	font-weight: normal;
	background: #ccc;
	padding: 1px;
	margin: 3px;
	color: #333;
}
.padding {
	padding: 3px;
	margin: 3px;
}