body {
 font-family: Arial, Tahoma, sans-serif;
 background-color: #f0f8ff;
}
 
span.smallText, div.smallText { font-size: 60%; }

a { color: #3399cc; text-decoration: none; font-weight: bold; font-family: Arial, Tahoma, sans-serif; }
a:hover { color: red; }


/* NAVIGATION (root Zvon global.css) */

span.mediumText { font-size: 80%; }

a.naviBlack { color: navy; }
a.naviBlack:hover { color: red; }
td.naviBlue { background-color: #3399cc; color: white; }
a.naviWhite { color: white; text-decoration: none; font-weight: bold; font-family: tahoma,verdana,sans-serif; }
a.naviWhite:hover { color: red; }

table.bar { background-color: #3399cc; width: 100%; text-align: center; border-spacing: 0; border-top: solid thin black; border-bottom: solid thin black; }
table.bar td { color: white; font-size: 80%; }

a.smallBlackLink { font-size: 60%; color: black; font-weight: bold; }
