summary refs log tree commit diff stats
path: root/plain.css
blob: 35c8630aac8324d987c81b3bc54db1272d3bcd3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
body {
	background-color: #F8F4E7;
	color: #552800;
}

a.link {color: #0000A0;}
a.visited {color: #A000A0;}
a.active {color: #00A000;}

#nav {list-style-type: none; padding: 0; margin: 0;}
#nav li {display: inline; margin-right: 1em;}