summaryrefslogtreecommitdiff
path: root/css/main.css
blob: 5bc297387d8df1e769ac9812bd0e3e5543425d1b (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
.left
{
    font-family: sans-serif;
    float: left;
}

.right
{
    font-family: sans-serif;
    padding-left: 300px;
    padding-top: 5px;
}

a:link
{
    color: black;
}

a:visited
{
    color: black;
}

a:hover
{
    color: black;
}

a:active
{
    color: black;
}