17 lines
257 B
CSS
17 lines
257 B
CSS
|
body {
|
||
|
font-family: 'Times New Roman', Times, serif;
|
||
|
}
|
||
|
|
||
|
td {
|
||
|
min-width: 15em;
|
||
|
text-align: left;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
|
||
|
code {
|
||
|
font-family: 'Courier New', Courier, monospace;
|
||
|
}
|
||
|
pre {
|
||
|
font-family: 'Courier New', Courier, monospace;
|
||
|
}
|