| body { |
| font-family: "Times New Roman", Times, serif; |
| background-color: #ffffff; |
| } |
|
|
| |
| .top-header { |
| background-color: #343a53; |
| } |
|
|
| .site-title { |
| color: #ffffff; |
| font-size: 2.5rem; |
| margin: 0; |
| } |
|
|
| |
| .main-navbar { |
| background-color: #0d3c6e; |
| } |
|
|
| .main-navbar .nav-link { |
| color: #ffffff; |
| padding: 10px 18px; |
| } |
|
|
| .main-navbar .nav-link:hover, |
| .main-navbar .nav-link.active { |
| background-color: #ffffff; |
| color: #0d3c6e; |
| } |
|
|
| |
| .content-area h2 { |
| margin-top: 1.5rem; |
| margin-bottom: 1rem; |
| } |
|
|
| .content-area p { |
| text-align: justify; |
| } |
|
|
| .content-area ul { |
| margin-left: 1.5rem; |
| } |
|
|
| .content-area a { |
| color: #003399; |
| text-decoration: underline; |
| } |
|
|
|
|