You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
321 B

/*
* This stylesheet is used to style all guided tours.
* Use only simple styling.
*
* NOTE: The Sun JRE does not support "em" widths, use only pixels.
*/
div.base {
font-family: Arial, sans-serif;
}
p {
margin: 0 0 8px;
}
a {
color: #0000dd;
text-decoration: underline;
}
em {
font-style: italics;
}