23 lines
304 B
CSS
23 lines
304 B
CSS
body {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 15px;
|
|
font-variant: small-caps;
|
|
}
|
|
|
|
thead {
|
|
border-color: #000000;
|
|
}
|
|
|
|
th {
|
|
font-size: 15px;
|
|
font-variant: small-caps;
|
|
border-top: 2px solid rgb(0, 0, 0);
|
|
border-bottom: 2px solid rgb(0, 0, 0);
|
|
}
|
|
|
|
td {
|
|
border-bottom: 1px solid rgb(190,190,190);
|
|
} |