00dd294e4999b18970cce9b2b3a180fe97682386
[Project_webapp.git] / styles / airpolytech.css
1 body {
2 background-color: black;
3 color: #eeeeee;
4 font-family: 'Encode Sans Semi Condensed', Arial, Helvetica, Verdana, sans-serif;
5 display: block;
6 margin: 8px;
7 }
8
9 a, a:link a:active {
10 text-decoration: none;
11 color: #B11508;
12 }
13
14 a:visited {
15 text-decoration: none;
16 color: #B11508;
17 }
18
19 a:hover {
20 text-decoration: none;
21 color: #909090;
22 }
23
24 #footer {
25 text-align: center;
26 }
27
28 #header {
29 font-size: 44px;
30 text-align: center;
31 }