26 lines
261 B
CSS
26 lines
261 B
CSS
.teller {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.tellee {
|
|
font-style: italic;
|
|
}
|
|
|
|
.annotation {
|
|
font-style: italic;
|
|
font-size: 60%;
|
|
}
|
|
|
|
h1 {
|
|
font-weight: bold;
|
|
font-size: 150%;
|
|
}
|
|
|
|
.question {
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.error {
|
|
color: #881111;
|
|
}
|