11 lines
124 B
CSS
11 lines
124 B
CSS
|
body {
|
||
|
font-family: sans-serif;
|
||
|
}
|
||
|
|
||
|
#content,
|
||
|
#org-div-home-and-up,
|
||
|
#postamble {
|
||
|
margin: 0 auto;
|
||
|
width: 700px;
|
||
|
}
|