summaryrefslogtreecommitdiff
path: root/www/style.css
blob: f7fee2a83bd0fa3f5c47512b00e0225e40887db8 (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
body {
/*	background: #ecece1;*/
	background: #f0f0f0;
	background-image: url('./background2.png');
	background-position: 50% 50%;
	margin-bottom: 40px;
	overflow-x: hidden;
}

#header {
    position:;
    top:0px; left:0px; right:0px;
    background:;
    text-align:center;
    padding:10px;
    width: 700px;
    height: 20px;
    margin: 0px auto;
}

.small {
/*	font-family: 'Ubuntu';
	color: black;*/
	font-size:100%;
}

td {
	text-align: center;
}