summaryrefslogtreecommitdiffstats
path: root/staticweb/styles.css
blob: 973c6ec7246cf9022ff241e7ad3925b1ee944592 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#banner {
        font-family:    georgia, verdana, arial, sans-serif;
        color:          #FFFFFF;
        font-size:      20px;
        font-weight:    bold;

        padding:        8px 8px 8px 8px;
        border:         none;
}

A:link      {color: #FFFFFF; text-decoration:none;}
A:active    {color: #CCFFCC; text-decoration:none;}
A:visited   {color: #FFFFCC; text-decoration:none;}
A:hover     {background:    #555555;}

body {
        background:     #000000;
    color:      #FFFFFF;
}