summaryrefslogtreecommitdiff
path: root/style.css
blob: 73bb5c0ac3005abf31503620ce81c13b51911e9e (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
body {
	margin : 2em;
	padding : 0em;
	font-family : sans-serif;
	font-size : 12px;
}

.floatingLogo {
	float : right;
}

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

a:hover {
	color : black;
}

h1 {
	color : #88b0f0;
	font-size : 18px;
}

h2 {
	color : gray;
	font-size : 16px;
}