123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- body
- {
- margin-left:1cm;
- margin-right:1cm;
- margin-top:140px;
- background-image:url(icons/GTL.jpeg);
- background-position:top center;
- background-repeat:no-repeat;
- font-family:"Lucida Grande", "Verdana", sans-serif;
- font-size:10pt;
- }
- .wide
- {
- margin-top:1em;
- }
- .links
- {
- margin-left:-0.5cm;
- margin-right:-0.5cm;
- text-align:center;
- font-size:10pt;
- background-color:#CCC;
- border-top-width:1px;
- border-top-style:solid;
- border-bottom-width:1px;
- border-bottom-style:solid;
- border-color:black;
- padding:5px;
- }
- .copyright
- {
- margin-right:-0.5cm;
- text-align:right;
- font-size:8pt;
- }
- .heading
- {
- color: #C60;
- font-weight: bold;
- font-style: normal;
- padding-right:5pt;
- }
- .license
- {
- font-style:italic;
- }
- a:link
- {
- color: #900;
- font-style: normal;
- font-weight: normal;
- text-decoration: none;
- }
- a:visited
- {
- color: #600;
- font-style: normal;
- font-weight: normal;
- text-decoration: none;
- }
- a:active
- {
- color: #C60;
- font-style: normal;
- font-weight: normal;
- text-decoration: none;
- }
- a:hover
- {
- color: #900;
- font-style: normal;
- font-weight: normal;
- text-decoration: underline;
- }
|