2007-07-19 12:40:05 +02:00
|
|
|
* {
|
2007-11-01 22:31:26 +01:00
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-11-01 22:31:26 +01:00
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
p, ul, td, th {
|
2007-11-01 22:31:26 +01:00
|
|
|
font-size: 12px;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-11-01 22:31:26 +01:00
|
|
|
p {
|
|
|
|
color: #666;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
2007-11-01 22:31:26 +01:00
|
|
|
h1, h2 {
|
|
|
|
color: #0074c6;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-11-01 22:31:26 +01:00
|
|
|
h1 {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
a {
|
2007-11-01 22:31:26 +01:00
|
|
|
color: #162f42;
|
2007-09-15 03:10:24 +02:00
|
|
|
text-decoration: underline;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-11-01 22:31:26 +01:00
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
a:hover {
|
2007-11-01 22:31:26 +01:00
|
|
|
color: #0074c6;
|
2007-09-15 03:25:33 +02:00
|
|
|
text-decoration: underline;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-11-01 22:31:26 +01:00
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
a img {
|
|
|
|
border-style: none;
|
|
|
|
}
|