summaryrefslogtreecommitdiff
path: root/quicksub.css
blob: 931371dcaff30620e3baea63882dc75518084610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
body {
	margin : 1em;
}

h1 {
	font-size : 14pt;
	font-weight : bold;
}

a {
	color : #4684ff;
	text-decoration : none;
}

a:hover {
	color : black;
}

img.logo {
	float : right;
}