/*  BG shorthand = background:#f00 url(background.gif) no-repeat fixed 0 0;  
## is bg color, image, position ##
Font Shorthand 
## Color, decoration and alignment ##  are NOT font - they are TEXT.
##   pixels ##  are not font-family, just  font-size
(odd font details =
font-size/line-height   caption  icon  menu  
message-box   small-caption  status-bar)
FONT-FAMILY:    family-name (eg arial)   generic-family
FONT-SIZE
  xx-small   x-small    small    medium    large    x-large    
  xx-large    smaller    larger    length    %
FONT-STYLE
  normal ## italic ##  oblique
FONT-VARIANT
  normal  ## small-caps  ##
FONT-WEIGHT
  normal  bold  bolder  lighter  100  200  300  400  500  600  700  800  ## 900 ##

(all-in-one; NOT color!  NOT weight!  ) 
font: style size family, serif/or not, ?variant ? line-height

*/

.frey { color:#006bc7;  text-align:center; }
.freycopy { color:#000000; font:2px normal Times, serif;  text-align:center;  }

.freyref { color:#7F757B; font:.8em normal Times, serif;  text-align:center;  }