aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/style.css
blob: 41a617803c2260871daf655c929a75d1db3a65c7 (plain) (blame)
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
body {
    color: #222222;
    font: 20px/1.3em Palatino,Georgia,serif;
    background-color: #e6e6e6;
}

a, a:hover, a:visited {
    color: #000;
}
header {
    text-align: center;
}

#main {
    margin: 0 auto;
}

#main ul#links {
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#main ul#links li {
    display: inline;
    padding: 15px;
}

#main a.tool {
    text-decoration: none;
}

footer {
    text-align: right;
}