| Line 39: |
Line 39: |
| | font-size: 30px; | | font-size: 30px; |
| | | | |
| − | font-family:'Helvetica Neue', 'Lucida Grande', Tahoma, Verdana, sans-serif; | + | font-family:'Lato', sans-serif; |
| | | | |
| | color: #282840; | | color: #282840; |
| 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; |
| | | | |
| | font-size: 16px; | | font-size: 16px; |
| | | | |
| − | font-family: Calibri, sans-serif; | + | font-family: 'Lato', sans-serif; |
| | | | |
| | color: black; | | color: black; |
| | | | |
| | } | | } |
| | + | 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 60: |
Line 93: |
| | font-size: 16px; | | font-size: 16px; |
| | | | |
| − | font-family:'Helvetica Neue', 'Lucida Grande', Tahoma, Verdana, sans-serif; | + | font-family:'Lato', sans-serif; |
| | | | |
| | font-color: white; | | font-color: white; |
| Line 75: |
Line 108: |
| | border-width: 0 0 0 4px; | | border-width: 0 0 0 4px; |
| | | | |
| − | font-family:'Helvetica Neue', 'Lucida Grande', Tahoma, Verdana, sans-serif; | + | font-family:'Lato', sans-serif; |
| | | | |
| | } | | } |
| Line 89: |
Line 122: |
| | | | |
| | #agenda { | | #agenda { |
| − | width: 70% | + | width: 70%; |
| | + | font-size: 16px; |
| | + | font-family:'Lato', sans-serif; |
| | } | | } |
| | | | |