about summary refs log tree commit diff stats
path: root/style.css
blob: f6aabebb3137cda6da1214b74480dc8cebecc645 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body {
  font-family: Arial, Helvetica, sans-serif; 
  max-width: 40em;
  line-height: 20px;
}

#content {
  margin-top: 20px;
  margin-left: 20px;
  padding: 10px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
}