| Line 55: |
Line 55: |
| | | | |
| | } | | } |
| | + | ul { |
| | + | text-align: left; |
| | + | |
| | + | font-size: 16px; |
| | + | |
| | + | font-family: 'Lato', sans-serif; |
| | + | |
| | + | color: black; |
| | + | |
| | + | } |
| | + | a { |
| | + | |
| | + | color: white; |
| | + | |
| | + | } |
| | + | a:link { |
| | + | text-decoration: none; |
| | + | } |
| | + | |
| | + | a:visited { |
| | + | text-decoration: none; |
| | + | } |
| | + | |
| | + | a:hover { |
| | + | text-decoration: underline; |
| | + | } |
| | + | |
| | + | a:active { |
| | + | text-decoration: underline; |
| | + | } |
| | | | |
| | #content h3 { | | #content h3 { |