123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <style type="text/css">
- body {
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- 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%;
- }
- p {
- margin-top:0;
- margin-bottom:7px;
- }
- blockquote {
- text-align: center
- }
- a {
- text-decoration: none;
- }
- hr {
- color: #A6A6A6;
- }
- table {
- width: 100%;
- border-top: solid;
- border-bottom: solid;
- border-color:#999999;
- }
- </style>
|