body {
font-size: 1em;
font-weight: normal;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
font-family: serif;
background-color: #eeeeee;
margin-top: 30px;
margin-left: 80px;
width: 50em;
}
h1 {
font-family: Helvetica, sans-serif;
font-size-adjust: .46;
font-size: 2.33em;
font-weight: 400;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
h2 {
font-family: Helvetica, sans-serif;
font-size-adjust: .46;
font-size: 1.75em;
font-weight: 700;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
h3 {
font-family: Helvetica, sans-serif;
font-size-adjust: .46;
font-size: 1.50em;
font-weight: 300;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
pre.code {
font-size: 0.8em;
font-family: LucidaMonoEFOP, LucidaMonoEF, "Lucida Mono", Monaco, LucidaSansTypewriter, "Lucida Sans Typewriter", "DejaVu Sans Mono", "Courier New", monospace;
color: blue;
}
.mono {
font-family: LucidaMonoEFOP, LucidaMonoEF, "Lucida Mono", Monaco, LucidaSansTypewriter, "Lucida Sans Typewriter", "DejaVu Sans Mono", "Courier New", monospace;
}
#pagenav {
width:100%;
height:30px;
background: #DDCCEE;
font-variant: small-caps;
/* background:#999; */
}
#pagenav ul {
margin:0px; padding:0px;
}
#pagenav ul li {
display:inline;
float:left;
list-style:none;
margin-left:15px;
margin-top: 5px;
position:relative;
height:30px;
}
#pagenav li a {
/* color:#fff; */
color: #7B68EE;
text-decoration:none;
}
#pagenav li a:hover {
/* color:#fff; */
color: #C00;
background: #FC0;
text-decoration:underline;
text-decoration:none;
}
|