|
|
|
@ -29,7 +29,7 @@
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
border: 1px solid #DDC;
|
|
|
|
|
border: 1px solid #D3CAC1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header
|
|
|
|
@ -62,14 +62,17 @@
|
|
|
|
|
|
|
|
|
|
#content p
|
|
|
|
|
{
|
|
|
|
|
line-height: 1.4em;
|
|
|
|
|
padding: 0.2em 0 1.2em;
|
|
|
|
|
padding: 0.2em 0 1.2em 0;
|
|
|
|
|
font: normal 1em "Georgia", sans-serif;
|
|
|
|
|
line-height: 140%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content tt
|
|
|
|
|
{
|
|
|
|
|
font: normal 1em "Consolas", sans-serif;
|
|
|
|
|
font: normal .9em "Consolas", sans-serif;
|
|
|
|
|
background-color: #D3CAC1;
|
|
|
|
|
padding: 0 0.2em 0 0.2em;
|
|
|
|
|
border: 1px solid #000000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content h1
|
|
|
|
|