1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <style type="text/css">
- body {
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- max-width: 800px;
- margin: auto;
- background: #FFFFFF;
- padding: 10px 10px 10px 10px;
- }
- h1 {
- font-size: 55px;
- color: #757575;
- text-align:center;
- margin-bottom:15px;
- }
- h2 {
-
- color: #397249;
- }
- h2:before {
- content: "";
- display: inline-block;
- margin-right:1%;
- width: 16%;
- height: 10px;
-
- background-color: #9CB770;
- }
- dt {
- float: left;
- clear: left;
- width: 17%;
- font-weight: bold;
- }
- dd {
- margin-left: 17%;
- margin-bottom:7px;
- }
- p {
- margin-top:0;
- margin-bottom:7px;
- }
- blockquote {
- text-align: center
- }
- a {
- text-decoration: none;
- color: #397249;
- }
- a:hover, a:active {
- background-color: #397249;
- color: #FFFFFF;
- text-decoration: none;
- text-shadow: 1px 1px 1px #333;
- }
- hr {
- color: #A6A6A6;
- }
- table {
- width: 100%;
- }
- </style>
|