Sampo Niskanen 6fb7c10f19 test tours
2011-12-19 05:07:24 +00:00

21 lines
291 B
CSS

/*
* 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 5px;
}
a {
color: #0000dd;
text-decoration: underline;
}