shithub: paste

ref: c02f95fb0bb11858e16869d4f09fa5153aee7e34
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;
}