52 lines
591 B
CSS
52 lines
591 B
CSS
body {
|
|
background-color: white
|
|
}
|
|
|
|
.noborder {
|
|
border-width: 0px;
|
|
}
|
|
|
|
.eg {
|
|
padding-left: 1em;
|
|
padding-top: .5em;
|
|
padding-bottom: .5em;
|
|
border: solid thin;
|
|
margin: 1em 0;
|
|
background-color: tan;
|
|
margin-left: 2em;
|
|
margin-right: 10%;
|
|
}
|
|
|
|
.handler {
|
|
width: 100%;
|
|
border-top-width: thin;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.handler p {
|
|
margin-left: 2em;
|
|
}
|
|
|
|
.setter {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.signature {
|
|
color: navy;
|
|
}
|
|
|
|
.fcndec {
|
|
width: 100%;
|
|
border-top-width: thin;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.fcndef {
|
|
margin-left: 2em;
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
dd {
|
|
margin-bottom: 2em;
|
|
}
|