body {font-size:.9em}
.greeting {font-size:1.1em}
.months {font-size:.45em}
.title {font-size:2.5em}
.rest {font-size:.9em}
table.calendar {
border-collapse: collapse;
}
@media handheld {
body {font-size:1.4em}
.months {font-size:.7em}
.rest {font-size:1.4em}
.greeting {font-size:1.4em}
.title {font-size:2em}
}
@media only screen and (max-device-width: 480px) {
body {font-size:1.25em}
.months {font-size:.75em}
.greeting {font-size:1.9em}
.rest {font-size:1.75em}
.title {font-size:2em}
td.date {width:150px}
}
table.calendar td {
border-bottom: 1px solid #dddddd;
}
a.menu:link {
text-decoration: none;
}
a.menu:visited {
text-decoration: none;
}
a.menu:active {
text-decoration: none;
}
a.menu:hover {
text-decoration: underline;
}
