shithub: paste

ref: b4146b0364b0e4a6bc1f3923262ac8b6e52c0ef8
dir: /style.css/

View raw version
body {
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', 'Bitstream Sans Vera', Sans-Serif;
	background-color: #FFFFFF;
	color: #000000;
}
input, textarea, select, option {
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', 'Lucida Grande', 'Bitstream Sans Vera', Sans-Serif;
	font-size:100%;
	padding: 2px;
	background : #eee;
	color : #111;
	border: 1px solid #fff;
	margin: 2px;
}