|
- body {
- background-color: #404040;
- color: #20c420;
- padding: 5%;
- }
-
- head {
- display: none;
- }
-
- h1 {
- text-align: center;
- padding-top: 2%;
- color: #20c420;
- }
-
- h2, h3, h4, h5 {
- text-align: center;
- color: #20c420;
- }
-
- .title {
- font-size: 120%;
- font-weight: bold;
- color: #20c420;
- }
-
- a {
- text-decoration:none;
- color: #208020;
- }
-
- ul {
- text-align: left;
- padding-left: 5%;
- }
-
- li {
- text-align: left;
- }
|