summaryrefslogtreecommitdiffstats
path: root/static/css/main.css
blob: 4c84afde43fe27decadb88043a2d9bc25fb4ee4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
body { 
    width: 100%;
    margin: auto;
    padding: 20px 0px;
    font-family: 'Helvetica Neue', Helvetica, Arial;
}

#header h1 {
    float: left;
}

#header img {
    height: 80px;
}

#header ol li {
    float: right;
    list-style-type: none;
    line-height: 80px;
    font-size: 120%;
}

#services li {
    list-style-type: none;
    vertical-align: bottom;
}

footer {
    text-align: center;
}

a {
    text-decoration: none;
    color: #055580;
}

a:hover {
    color: #0777A0;
}