summaryrefslogtreecommitdiffstats
path: root/HTML/screen.css
blob: 75a447dd15a807692d6ea60ab55dbbda54f73be3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* $Id$
*/
html {
    background-color: #fff;
    text-align: center;
}

body {
    margin: auto;
    font-family: sans-serif;

}

a {text-decoration:none; }
a:link {text-decoration:none; }
a:visited  {text-decoration:none; }