1 2 3 4 5 6 7 8 9 10 11 12 13

By default, most browsers set heads in bold. In this example, that means second-level heads (h2) and table heads (th). This differentiation seems unnecessary here, so I’ve chosen to set them back to normal.

  h2 {
    font-family: Georgia, serif;
+   font-weight: normal;
    text-align: center;
  }

And:

+ th {
+   font-weight: normal;
+ }

In my opinion, this gives the whole thing a more even look. Again, this is more a matter of personal preference than anything else.

h2 {
  font-family: Georgia, serif;
  font-weight: normal;
  text-align: center;
}
table {
  font-family: sans-serif;
  margin: auto;
  text-align: center;
}
th {
  font-weight: normal;
}

April 2007

Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30

May 2007

Su Mo Tu We Th Fr Sa
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31