1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
/* Generated by KompoZer */
body {
font-family: sans-serif;
}
table {
border: 1px solid white;
}
td {
border: 1px solid white;
}
.heading {
font-weight: bold;
font-size: large;
background-color: #f0f0f0;
padding-bottom: 10px;
padding-top: 10px;
}
.indent1 {
margin-left: 20px;
}
.name {
background-color: #99ff99;
}
.description {
padding-bottom: 10px;
}
.methodwidth {
width: 130px;
}
.descriptionwidth {
width: 470px;
}
.c2width {
width: 220px;
}
.c3width {
width: 244px;
}
.vspace1 {
padding-bottom: 20px;
}
.bigmethodwidth {
width: 170px;
}
.bigdescriptionwidth {
width: 430px;
}
.bigc2width {
width: 170px;
}
.bigc3width {
width: 244px;
}
|