12345678910111213 |
- a:hover, a:focus, a:active { text-decoration: underline; }
- a { text-decoration: none; }
- blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre { margin: 0px; }
- body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); }
- button { background: transparent none repeat scroll 0% 0%; border: 0px none; padding: 0px; }
- button:focus { outline: 1px dotted; }
- fieldset { border: 0px none; margin: 0px; padding: 0px; }
- hr { margin-top: 20px; margin-bottom: 20px; border-width: 1px 0px 0px; border-style: solid none none; border-color: rgb(229, 229, 229) currentcolor currentcolor; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; }
- html { font-size: 1em; line-height: 1.5; }
- img { vertical-align: middle; }
- input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
- ol, ul { list-style: outside none none; margin: 0px; padding: 0px; }
|