2007-07-19 12:40:05 +02:00
|
|
|
body {
|
|
|
|
font-size: 62.5%;
|
|
|
|
}
|
|
|
|
* {
|
|
|
|
font-family: Arial;
|
|
|
|
font-size: 1em;
|
|
|
|
|
|
|
|
}
|
|
|
|
p, ul, td, th {
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
/* overrides (to avoid larger font-sizing) */
|
|
|
|
ul ul,
|
|
|
|
th p,
|
|
|
|
td p,
|
|
|
|
div ul.optionset {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul ul {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
font-size: 2em;
|
|
|
|
color: #0074C6;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font-size: 1.8em;
|
|
|
|
color: #0074C6;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2007-09-15 22:12:10 +02:00
|
|
|
color: #162F42;
|
2007-09-15 03:10:24 +02:00
|
|
|
text-decoration: underline;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
a:hover {
|
2007-09-15 22:12:10 +02:00
|
|
|
color: #0074C6;
|
2007-09-15 03:25:33 +02:00
|
|
|
text-decoration: underline;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
a img {
|
|
|
|
border-style: none;
|
|
|
|
}
|
|
|
|
#Header a, #ProductGroups a, #Products a {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#Header h1 {
|
|
|
|
color: white;
|
2007-09-15 03:25:33 +02:00
|
|
|
}
|