body {font-size: 14px; text-align:center; font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
/*font-family: Verdana, Geneva, sans-serif;*/
}
.clipcontent {overflow:hidden;}
a {text-decoration:none;}
a:hover {background-color: LightCyan;}
.footer {font-size:10px; font-weight: bold;}
.falling {color: Red; }
.rising {color: DarkGreen;}
.trend-info {
  font-size: 16px; font-weight:bold; font-variant: small-caps;
  text-align:center;
}
.trend-value { font-weight:bold;}
.rounded-corner-text {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
h2#pagetitle {font-size: 16px; margin: 0 auto 0 auto; background-color: black; color: #f96302; padding: 2px 0 2px 0;}
