2004-02-02 23:34:39 +00:00
|
|
|
a:link {
|
|
|
|
color: blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
color: navy;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:active {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
body , table , input , select {
|
|
|
|
font-family: Verdana, Arial, Sans Serif;
|
|
|
|
font-size: small;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
input , select {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 , h2 {
|
|
|
|
color: black;
|
|
|
|
font-size: large;
|
|
|
|
font-variant: small-caps;
|
|
|
|
font-weight: normal;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 , h4 {
|
|
|
|
color: black;
|
|
|
|
text-decoration: underline;
|
|
|
|
font-size: small;
|
|
|
|
font-variant: small-caps;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2005-05-08 01:34:27 +00:00
|
|
|
pre {
|
|
|
|
white-space: normal;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2004-02-02 23:34:39 +00:00
|
|
|
.title {
|
|
|
|
font-size: small;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
|
|
|
font-size: 80%;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2005-04-28 09:32:22 +00:00
|
|
|
|
|
|
|
blockquote {
|
|
|
|
color: gray;
|
|
|
|
border: 1px solid black;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2005-05-05 06:21:45 +00:00
|
|
|
|
|
|
|
.authorcol {
|
|
|
|
width: 100px;
|
|
|
|
overflow: hidden;
|
2005-05-08 01:34:27 +00:00
|
|
|
}
|
|
|
|
|