25737d0823c88422ea39e30bb4c84979f5f34042
2 body { font-family: sans-serif
; font-size: 12px; }
4 #header { padding: 1em; background: #c0c0c0; }
5 #header #user
{ text-align: right
; }
7 #body { padding: 1em; }
9 #footer { padding: 1em; background: #c0c0c0; }
11 .full {display:block
;}
13 /*** Common bits and pieces ***/
14 /* General form layout */
15 a {color:blue
; text-decoration:none
; pointer:cursor
;} /* Who needs visited links */
17 dl.form { margin: 1em 0; padding-left: 1em; border-left: 0.5em solid gray
; }
18 dl.form dt { padding-bottom: 0.25em; font-style: italic
; }
19 dl.form dd { margin-bottom: 0.5em; }
23 /*** Individual page layout ***/
24 .selected {color:red
;}