2002-09-02 18:04:50 +00:00
|
|
|
body {
|
2003-03-16 10:11:33 +00:00
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
2003-12-14 17:59:00 +00:00
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
p, li {
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
font-size: 170%;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font-size: 150%;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
font-size: 130%;
|
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
font-size: 120%;
|
2002-09-02 18:04:50 +00:00
|
|
|
}
|
|
|
|
pre {
|
2003-03-16 10:11:33 +00:00
|
|
|
font-family: Courier New, Courier, mono;
|
2002-09-19 16:31:22 +00:00
|
|
|
background-color: #F7F7F7;
|
2002-09-02 18:04:50 +00:00
|
|
|
padding: 1px;
|
|
|
|
}
|
2003-11-16 19:57:44 +00:00
|
|
|
pre b {
|
2003-11-16 20:13:28 +00:00
|
|
|
text-decoration: underline;
|
2003-11-16 19:57:44 +00:00
|
|
|
}
|
2003-10-31 15:23:23 +00:00
|
|
|
a {
|
2003-03-30 12:21:00 +00:00
|
|
|
color: #567599;
|
2003-03-29 17:33:48 +00:00
|
|
|
text-decoration: none;
|
2002-09-02 18:04:50 +00:00
|
|
|
}
|
|
|
|
a:hover {
|
2003-03-29 17:33:48 +00:00
|
|
|
background-color: #F4F4F4;
|
|
|
|
color: #303030;
|
|
|
|
text-decoration: underline;
|
2002-11-01 23:01:34 +00:00
|
|
|
}
|
|
|
|
.btitle {
|
|
|
|
color: #000000;
|
2003-03-29 17:33:48 +00:00
|
|
|
text-decoration: none;
|
2002-11-01 23:01:34 +00:00
|
|
|
}
|
|
|
|
.btitle:hover {
|
|
|
|
background-color: #F4F4F4;
|
|
|
|
color: #000000;
|
|
|
|
text-decoration: underline;
|
2002-09-02 18:04:50 +00:00
|
|
|
}
|