| Line 46: |
Line 46: |
| | | | |
| | p { | | p { |
| | + | text-align: left; |
| | + | |
| | + | font-size: 16px; |
| | + | font-family:'Lato', sans-serif; |
| | + | |
| | + | color: black; |
| | + | |
| | + | } |
| | + | ul { |
| | text-align: left; | | text-align: left; |
| | | | |
| Line 55: |
Line 64: |
| | | | |
| | } | | } |
| | + | a { |
| | + | |
| | + | color: white; |
| | + | |
| | + | } |
| | + | a:link { |
| | + | text-decoration: none; |
| | + | color: white; |
| | + | } |
| | + | |
| | + | a:visited { |
| | + | text-decoration: none; |
| | + | color: white; |
| | + | } |
| | + | |
| | + | a:hover { |
| | + | text-decoration: underline; |
| | + | color: white; |
| | + | } |
| | + | |
| | + | a:active { |
| | + | text-decoration: underline; |
| | + | color: white; |
| | + | } |
| | | | |
| | #content h3 { | | #content h3 { |
| Line 89: |
Line 122: |
| | | | |
| | #agenda { | | #agenda { |
| − | width: 70% | + | width: 70%; |
| | + | font-size: 16px; |
| | + | font-family:'Lato', sans-serif; |
| | } | | } |
| | | | |