2020-02-14 00:01:47 -05:00
|
|
|
html {
|
2020-02-17 17:50:48 -05:00
|
|
|
box-sizing: border-box;
|
2020-02-14 00:01:47 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
*, *:before, *:after {
|
2020-02-17 17:50:48 -05:00
|
|
|
box-sizing: inherit;
|
2020-02-14 00:01:47 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
|
2020-02-17 17:50:48 -05:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2020-02-14 00:01:47 -05:00
|
|
|
}
|
|
|
|
|
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
|
|
|
|
2020-02-14 00:43:24 -05:00
|
|
|
input {
|
|
|
|
border: 1px solid #999999;
|
|
|
|
font-size: smaller;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2020-02-15 01:31:12 -05:00
|
|
|
img {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2020-02-17 17:50:48 -05:00
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
2020-02-26 13:03:35 -05:00
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
2020-02-17 17:50:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
tr:hover {
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
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;
|
2020-02-17 17:50:48 -05:00
|
|
|
font-family: sans-serif;
|
2020-02-14 00:01:47 -05:00
|
|
|
}
|
|
|
|
|
2020-02-14 00:43:24 -05:00
|
|
|
.navbar a {
|
|
|
|
border-right: 1px solid #999;
|
|
|
|
padding-right: 10px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2020-02-14 00:01:47 -05:00
|
|
|
.page {
|
|
|
|
margin: 20px;
|
2020-02-14 00:07:25 -05:00
|
|
|
max-width: 800px;
|
2020-02-22 23:40:11 -05:00
|
|
|
line-height: 140%;
|
2011-10-14 01:09:30 -04:00
|
|
|
}
|