body {
font-family: "DejaVuSerif", "Times New Roman", Times, serif;
color: black;
background-color: white;
margin: 2em auto;
width: 80%;
max-width: 900px;
font-size: 0.95em;
}
h1,h2 {
color: white;
background-color: #4C7EC9;
font-weight: normal;
padding: 0.1em 0.2em;
margin: 1em 0;
}
h3,h4 {
color: #266BBD;
background-color: inherit;
font-weight: normal;
margin: 1em 0;
}
p {
text-align: justify;
line-height: 1.5em;
}
li {
list-style-type: square;
line-height: 1.35em;
}
dt {
line-height: 1.5em;
font-weight: bold;
}
dd {
margin-left: 1em;
}
hr {
border: solid 5px #4C7EC9;
}
.sect1 {
}
.sect2 {
margin-left: 1em;
}
.sect3 {
margin-left: 1.5em;
}
.programlisting {
padding: 0.5em;
}
table, tbody, thead {
border: solid 1px black;
}
th, td {
border: solid 1px black;
border-width: 0 1px 1px 0;
}
thead {
background-color: #4C7EC9;
color: white;
}
th {
font-weight: normal;
}
td {
font-size: 0.9em;
}
a {
font-weight: bold;
text-decoration: none;
}
a:link,a:active {
color: #266BBD;
}
a:visited {
color: #163E6E;
}
a:hover {
color: #266BBD;
text-decoration: underline;
}
