/* man-sans.css */
/* block */
body {
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
background-color: white;
color: black;
}
h1 {
text-align: center;
margin-top: 2ex;
margin-bottom: 2ex;
}
div.left {
float: left;
width: 45%;
}
div.right {
float: right;
width: 45%;
}
ul li {
list-style-type: none;
}
dd p {
margin-top: 0px;
}
pre {
font-family: "Courier New", Courier, monotype;
font-size: medium;
}
p.center {
text-align: center;
}
/* inline */
a {
text-decoration: none;
}
var {
font-family: "Courier New", Courier, monotype;
font-size: medium;
font-style: italic;
}
dfn {
font-style: italic;
}
code {
font-family: "Courier New", Courier, monotype;
font-size: medium;
}
div.footer {
margin-top: 3ex;
padding-top: 1.5ex;
border-style: solid;
border-width: 1px 0px 0px 0px;
clear: both;
}
div.footer p {
font-size: smaller;
margin-top: 0ex;
margin-bottom: 0ex;
}
/* discouraged */
b, i {
color: red;
}