diff --git a/default.css b/default.css index 790a29f..2b76442 100755 --- a/default.css +++ b/default.css @@ -1,17 +1,17 @@ -body {background: white; color: black; font-family:'Lucida Bright',serif} +body {background: white; color: black; font-family:serif;} h1 {font-size: x-large; } h2 {font-size: large; color: #000055; } h3 {font-size: medium; color: #0055aa; } -a:visited {background: transparent; color: #8888aa; text-decoration: none } -a:link {background: transparent; color: #0000aa; text-decoration: none } -a:active {background: #ffcc00; color: #0000cc } -td.button { background: #eeeeee; text-align: center } -td.newsdate { background: #eeeeff; font-family: sans-serif; font-size: x-small; text-align: center; font-weight: bold} -td.newsitem { background: white; text-align: left} -td.newsauthor { background: #eeeeff; font-family: sans-serif; font-size: x-small; text-align: center} -td.eventdate { background: #eeffee; font-family: sans-serif; font-size: x-small; text-align: center; font-weight: bold} -td.eventitem { background: white; text-align: left} -td.eventroom { background: #eeffee; font-family: sans-serif; font-size: x-small; text-align: center} +a:visited {background: transparent; color: #8888aa; text-decoration: none; } +a:link {background: transparent; color: #0000aa; text-decoration: none; } +a:active {background: #ffcc00; color: #0000cc; } +td.button { background: #eeeeee; text-align: center; } +td.newsdate { background: #eeeeff; font-family: sans-serif; font-size: x-small; text-align: center; font-weight: bold;} +td.newsitem { background: white; text-align: left;} +td.newsauthor { background: #eeeeff; font-family: sans-serif; font-size: x-small; text-align: center;} +td.eventdate { background: #eeffee; font-family: sans-serif; font-size: x-small; text-align: center; font-weight: bold;} +td.eventitem { background: white; text-align: left;} +td.eventroom { background: #eeffee; font-family: sans-serif; font-size: x-small; text-align: center;} th.news { background: #222255; color: white; font-family: sans-serif; font-size: x-small; text-align: left; } td.pagetitle { font-size: large; font-weight: bold; } th { background: #002288; color: white; }