aboutsummaryrefslogtreecommitdiff
path: root/www/stylesheet.css
blob: 6ddda95b00cbf00d16488250ba90bc945e9a99c3 (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
33
34
35
body {
	margin:5px;
	padding:5px;
	background-color:white;
	font-size : 11px;
	font-family : verdana, arial, helvetica, sans-serif;
	width: 785px;
	color:black;
	}
h1 {
	font-size : 28px;
	padding:5px;
	border:1px dashed black;	
}

h2 { 
	font-size : 16px;
	padding:2px;
}	

h3 {
	font-size : 16px;
	padding:2px;
}

a {
	color:#09C;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:white;}