2007-11-02 04:12:46 +01:00
|
|
|
* {
|
2007-11-05 06:03:05 +01:00
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 10px;
|
2007-11-02 04:12:46 +01:00
|
|
|
}
|
2007-11-05 06:03:05 +01:00
|
|
|
|
2007-11-02 04:12:46 +01:00
|
|
|
p, ul, td, th {
|
2007-11-05 06:03:05 +01:00
|
|
|
font-size: 12px;
|
2007-11-02 04:12:46 +01:00
|
|
|
}
|
|
|
|
|
2007-11-06 04:57:40 +01:00
|
|
|
h1, h2 {
|
|
|
|
line-height: 2;
|
|
|
|
color: #333;
|
2007-11-02 04:12:46 +01:00
|
|
|
}
|
2007-11-06 04:57:40 +01:00
|
|
|
h1 {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
2007-11-02 04:12:46 +01:00
|
|
|
|
|
|
|
a {
|
2007-11-05 22:51:17 +01:00
|
|
|
font-size: inherit;
|
|
|
|
color: #0074C6;
|
2007-11-02 04:12:46 +01:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2007-11-05 06:03:05 +01:00
|
|
|
|
2007-11-02 04:12:46 +01:00
|
|
|
a:hover {
|
2007-11-05 22:51:17 +01:00
|
|
|
text-decoration: none;
|
|
|
|
background: #ccc;
|
2007-11-02 04:12:46 +01:00
|
|
|
}
|
2007-11-05 06:03:05 +01:00
|
|
|
|
2007-11-02 04:12:46 +01:00
|
|
|
a img {
|
|
|
|
border-style: none;
|
|
|
|
}
|