2009-11-10 23:51:08 -07:00
|
|
|
@import "format.css";
|
|
|
|
|
2009-11-10 22:06:12 -07:00
|
|
|
body {
|
2009-11-10 23:17:26 -07:00
|
|
|
max-width: 35em;
|
2009-11-10 22:06:12 -07:00
|
|
|
background-color: #eee;
|
|
|
|
}
|
2008-10-27 15:57:45 -06:00
|
|
|
|
2009-11-10 22:06:12 -07:00
|
|
|
h1:first-child {
|
|
|
|
background-color: #cc8;
|
|
|
|
margin-top: 0;
|
2008-10-27 15:57:45 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
2009-11-10 22:06:12 -07:00
|
|
|
font-family: "URW Gothic L", sans-serif;
|
2008-10-27 15:57:45 -06:00
|
|
|
color: #c17f6f;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #2A70E0;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a:visited {
|
|
|
|
color: #469;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
color: #bb3;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
2009-11-10 22:06:12 -07:00
|
|
|
background: #ccc;
|
2008-10-27 15:57:45 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
#nav {
|
2009-11-10 22:06:12 -07:00
|
|
|
padding: 0;
|
|
|
|
text-align: center;
|
2010-05-28 18:03:09 -06:00
|
|
|
border-top: solid black 1px;
|
2008-10-27 15:57:45 -06:00
|
|
|
}
|
|
|
|
#nav li {
|
|
|
|
display: inline;
|
|
|
|
}
|
2009-11-10 22:06:12 -07:00
|
|
|
#nav li + li:before {
|
|
|
|
content: " | ";
|
2008-10-27 15:57:45 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
address {
|
|
|
|
clear: both;
|
2009-11-10 22:06:12 -07:00
|
|
|
font-size: small;
|
2008-10-27 15:57:45 -06:00
|
|
|
}
|