2020-02-14 00:01:47 -05:00
|
|
|
html {
|
|
|
|
box-sizing: border-box;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
*, *:before, *:after {
|
|
|
|
box-sizing: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2009-09-09 13:33:40 -04:00
|
|
|
a:link { text-decoration: none; color: #104e8b; }
|
|
|
|
a:visited { text-decoration: none; color: #104e8b; }
|
|
|
|
a:active { text-decoration: none; color: #104e8b; }
|
|
|
|
a:hover { text-decoration: underline; color: #104e8b; }
|
2011-10-14 01:09:30 -04:00
|
|
|
|
|
|
|
.navbar {
|
2011-10-29 18:11:30 -04:00
|
|
|
background-color: #f3f2ea;
|
2020-02-14 00:01:47 -05:00
|
|
|
padding: 10px;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
font: 12pt sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page {
|
|
|
|
font-size: 120%;
|
|
|
|
margin: 20px;
|
|
|
|
width: 800px;
|
|
|
|
line-height: 125%;
|
2011-10-14 01:09:30 -04:00
|
|
|
}
|