24 lines
321 B
CSS
Raw Normal View History

2011-12-19 05:00:30 +00:00
/*
* 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 {
2011-12-24 18:03:56 +00:00
margin: 0 0 8px;
2011-12-19 05:00:30 +00:00
}
2011-12-19 05:07:24 +00:00
a {
color: #0000dd;
text-decoration: underline;
}
2011-12-24 18:03:56 +00:00
em {
font-style: italics;
}