2017-08-05 00:16:16 +00:00
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
|
|
|
background-color: #fff;
|
|
|
|
color: #000;
|
|
|
|
margin-left: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h1, h2, h3, h4 {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:link, a:visited {
|
|
|
|
/*color: #ff9900;*/
|
|
|
|
color: #4682B4;
|
|
|
|
transition-duration: 0.3s;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover, a:active {
|
|
|
|
/*color: #ffb84d;*/
|
|
|
|
color: lightblue;
|
|
|
|
transition-duration: 0.3s;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style-type: square;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2017-08-06 01:36:46 +00:00
|
|
|
.monospace {
|
2017-08-05 00:16:16 +00:00
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
padding: 2pt;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
border-bottom: 1px solid #aaa;
|
2017-08-06 01:36:46 +00:00
|
|
|
}
|