summaryrefslogtreecommitdiff
path: root/css/style.css
blob: 122538ede7079c4f0aa02ee836b5b8d7766ab30b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

body { background-color: #f2f2f2; }

h1,h2,h3 { font-family: sans-serif; }
h2 { border-bottom: 2px solid black; clear: right; }

div.center { text-align: center; }
div.news { font-size: small; }

table { border-collapse: collapse; }


th,td { border: 1px solid #333; }

td { background: white; }
th { background: #9df; }

h1>img { float: right; }