shithub: paste

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