body,p,ul,ol,dt,dd,li,dl,td,th,h1,h2,h3,h4,h5,h6 { font-family: DejaVu Sans, Lucida Sans Unicode, Arial Unicode,Gentium, Helvetica, Helvetic, Arial, Verdana, Geneva, BitStream Vera Sans,sans-serif; } tt,pre { /* font-family: DejaVu Sans Mono, Everson Mono Unicode, Courier New, Courier, monospace; */ font-size: 10pt; } body,p,dt,dd,li,td,th,h6 { font-size: 10pt; } small { font-size: 9pt; } .small { font-size: 9pt; } big { font-size: 11pt; } .big { font-size: 11pt; } h6 { font-size: 9pt; } h5 { font-size: 10pt; } h4 { font-size: 11pt; } h3 { font-size: 12pt; } h2 { font-size: 14pt; } h1 { font-size: 16pt; } input[type=submit], input[type=reset], input[type=button], input.button { border: 1px solid; color: #fff; // #000; background-color: #222; // #ddd; border-color: #eee #111 #111 #eee; padding: 2px 4px 2px 4px; } input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, input.button:hover { background-color: #332; } input[type=submit]:active, input[type=reset]:active, input[type=button]:active, input.button:active { background-color: #233; border-color: #111 #eee #eee #111; } select { border: 1px solid; color: #fff; background-color: #222; border-color: #111 #eee #eee #111; padding: 1px; } option { color: #000; } select:hover { background-color: #112; } select:active { background-color: #233; border-color: #111 #eee #eee #111; } input[type=text], input[type=password], textarea { border: 1px solid; color: #fff; background-color: #222; border-color: #111 #eee #eee #111; padding: 2px 4px 2px 4px; } input[type=text]:active, input[type=password]:active, textarea:active, input[type=text]:focus, input[type=password]:focus, textarea:focus { background-color: #233; }