summaryrefslogtreecommitdiff
path: root/quicksub.css
blob: 4f4786289d496c0fae3f3aa608c5e7c9c4635540 (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
body {
	margin : 1em;
}

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

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

a:hover {
	color : black;
}

img.logo {
	float : right;
}

div.content {
	padding : 1em;
	border : 1px solid #88b0ff;
}