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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
BODY {
font-family: verdana, arial, helvetica, "Lucida Sans", sans-serif;
color: black;
background-color: white;
margin: 1em;
padding: 0;
font-size: 12pt;
}
TT {
font-family: monospace;
color: #002200;
}
.bold {
font-weight: bold;
}
a {
color: #003300;
}
a:hover {
color: #336633;
}
div.caption {
font-size: 80%;
text-align: center;
}
div.navbar {
background-color: #ffffee;
padding: 1em;
border-width: 1px;
border-style: solid;
border-color: #888;
font-size: smaller;
}
.navbar UL {
list-style-type: none;
padding-left: 0;
margin-left: 0;
line-height: 1.3;
}
.navbar UL LI {
padding-left: 0;
margin-left: 0;
}
.navbar UL UL {
font-weight: normal;
padding-left: 10px;
margin-left: 0;
}
.body {
line-height: 1.3;
padding: 1em;
}
.navbar A {
color: #030;
text-decoration: none;
}
.title {
font-weight: bold;
color: #003300;
vertical-align: bottom;
}
.banner {
margin-top: 30px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
UL {
list-style-type: square
}
blockquote.quoted {
color: #222;
}
BLOCKQUOTE {
margin-left: 4em;
}
DIV.thanks {
font-size: small;
color: #222;
}
|