| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| * { |
| margin: 0; |
| padding: 0; |
| } |
| |
| |
| |
| |
| html { |
| background-color: #FFF; |
| background-image: url("../Images/html-bg.png"); |
| } |
| |
| |
| |
| |
| body { |
| font-family: "DejaVu Sans", "Liberation Sans", sans-serif; |
| font-size: 0.85em; |
| |
| |
| |
| margin: 0 3% 0 3%; |
| |
| color: #000; |
| } |
| |
| |
| |
| |
| a:link { text-decoration: none; color: #0044B3; } |
| a:hover { text-decoration: underline; color: green; } |
| a:active { text-decoration: underline; color: green; } |
| a:visited { text-decoration: none; color: #0044B3; } |
| a:visited:hover { text-decoration: underline; color: green; } |
| |
| .title, |
| .title a:link, |
| .title a:active, |
| .title a:hover, |
| .title a:visited, |
| .title a:visited:hover { |
| |
| color: #000000; |
| } |
| |
| |
| |
| |
| h1 { |
| font-size: 2em; |
| line-height: 1.5em; |
| } |
| |
| h2 { |
| font-size: 1.5em; |
| line-height: 1.5em; |
| margin-top: 1.5em; |
| } |
| |
| h3 { |
| font-size: 1.2em; |
| line-height: 1.2em; |
| margin-top: 1.2em; |
| } |
| |
| h4 { |
| font-size: 1.2em; |
| line-height: 1.2em; |
| margin-top: 1.2em; |
| } |
| |
| h5 { |
| font-size: 1.1em; |
| line-height: 1.1em; |
| margin-top: 1.1em; |
| } |
| |
| h6 { |
| font-size: 1em; |
| line-height: 1em; |
| margin-top: 1em; |
| } |
| |
| |
| |
| |
| p { |
| margin: 1em 0 1.5em 0; |
| line-height: 1.5em; |
| } |
| |
| |
| |
| |
| img { |
| border: none; |
| } |
| |
| |
| |
| |
| blockquote { |
| background: #fafafa; |
| border-color: #eeeeee; |
| border-width: 1px; |
| border-style: solid; |
| border-left-width: 4px; |
| margin-left: 1.5em; |
| padding: 0.5em; |
| margin-top: 1em; |
| margin-bottom: 1.3em; |
| } |
| |
| q:before { |
| content: " “"; |
| } |
| |
| q:after { |
| content: "” "; |
| } |
| |
| q q:before { |
| content: " ‘"; |
| } |
| |
| q q:after { |
| content: "’ "; |
| } |
| |
| address { |
| margin-left: 1.5em; |
| } |
| |
| |
| |
| |
| pre { |
| font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; |
| padding: 0.7em 1em; |
| margin: 1em 0 1.5em 0; |
| white-space: pre; |
| border-width: 1px; |
| border-style: solid; |
| border-color: #E5E5E5; |
| border-left-width: 5px; |
| background: #FFFAE9; |
| overflow: auto; |
| } |
| |
| |
| |
| |
| tt, |
| samp, |
| kbd, |
| code { |
| font-family: "DejaVu Sans Mono", "Liberation Mono", monospace; |
| white-space: nowrap; |
| } |
| |
| |
| |
| |
| hr { |
| clear: both; |
| height: 1px ! important; |
| border: none; |
| background-color: #DADADA; |
| } |
| |
| |
| |
| |
| ul, |
| ol, |
| dl { |
| margin: 1.5em 0 1.5em 2.5em; |
| } |
| |
| ul { |
| list-style: disc; |
| } |
| |
| ol { |
| list-style-image: none !important; |
| } |
| |
| ul li, |
| ol li { |
| line-height: 1.5em; |
| } |
| |
| ul ul, |
| ul ol, |
| ol ul, |
| ol ol { |
| margin-top: 0.3em; |
| margin-bottom: 0.3em; |
| } |
| |
| ul li p, |
| ol li p { |
| margin-bottom: 0.3em; |
| } |
| |
| dl dd { |
| margin-left: 2.5em; |
| } |
| |
| dl ol, |
| dl ul { |
| margin-left: 3.5em; |
| } |
| |
| |
| |
| |
| table { |
| border-collapse: collapse; |
| } |
| |
| table caption { |
| font-style: italic; |
| text-align: center; |
| } |
| |
| table tr th { |
| font-weight: bold; |
| } |
| |
| table tr td, |
| table tr th { |
| border: 1pt; |
| border-style: solid; |
| border-color: #CCC; |
| padding: 0.5em; |
| vertical-align: top; |
| } |
| |
| table tr td p, |
| table tr td pre { |
| margin: 0; |
| padding: 0; |
| } |
| |
| |
| |
| |
| form { |
| display: inline; |
| } |
| |
| input[type="submit"], |
| input[type="button"] { |
| padding: 1px; |
| display: inline; |
| text-decoration: none; |
| } |
| |
| input[type="text"], |
| input[type="password"], |
| textarea { |
| display: inline; |
| padding: 2px; |
| } |
| |
| select { |
| display: inline; |
| padding: 1px; |
| } |
| |
| form p { |
| display: inline; |
| margin-left: 5px; |
| margin-right: 5px; |
| } |
| |
| |
| |
| |
| select option { |
| padding-left: 3px; |
| padding-right: 3px; |
| } |
| |
| select optgroup { |
| font-style: normal; |
| font-weight: bold; |
| padding-left: 3px; |
| } |
| |
| select optgroup option { |
| margin-left: 1em; |
| } |
| |
| input[type="radio"], |
| input[type="checkbox"] { |
| vertical-align: middle; |
| } |
| |
| fieldset { |
| margin: 1em 0 1em 0; |
| padding: 1em; |
| padding-bottom: 5px; |
| border: 1px solid #AAA; |
| } |
| |
| fieldset legend { |
| font-weight: bold; |
| color: #AAA; |
| } |