1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- body {
- color: #333333;
- font-family: arial,sans-serif;
- font-size: 80%;
- line-height:1.5em;
- background-color:#FFF;
- min-width:750px;
- overflow-x: hidden;
- }
- a {
- text-decoration: underline;
- color: #528B12;
- }
- .link {
- color: #528B12;
- }
- a.blank {
- text-decoration: none;
- }
- a:hover {
- text-decoration: underline;
- }
- h4 {
- font-size: 1.3em;
- line-height: 1.8;
- border-top : 1px solid #528B12;
- padding-bottom:10px;
- margin-top:15px;
- color: #528B12;
- display: block;
- }
- p {
- font-size: 1.1em;
- font-weight: normal;
- line-height: 1.4;
- margin-bottom : 15px;
- color: #333333;
- }
- p.intro {
- font-size: 1.3em;
- font-weight: normal;
- line-height: 1.4;
- padding-bottom : 15px;
- color: #333333;
- }
|