@charset "UTF-8";

body {
	background-color: #F9F9F9;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #B69C50;
}

textarea{
	width: 550px;
	height: 150px;
}

/* Don't like the paragraph indention in blueprint's fancy-type. */
p + p { text-indent:0em; margin-top:0em; }

/* There is a problem when I serve colborder this from Dreamhost
 * on firefox. Reducing the right margin by 1 px seems to take
 * care of it
 */
div.colborder {
	margin-right:24px;
}