/*
 * FILE   :  style.css
 * COMPANY:  HARFORD SPORTS photography
 * TITLE  :  Stylesheet for WebCD
 *
 * http://www.harfordSports.com
 *
*/

body {
  font-family: verdana, arial, helvetica, sans-serif;
}

HR 
{ 
  width    : 680; 
  height   : 1px; 
  color    : #545454; 
  noshade  : 0;
} 


DIV,TH,TR,TD,TABLE,LI,UL,FORM, 
BLOCKQUOTE,P,I,center
{
    font-family : verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size : 11px;
    color: #545454;
    line-height : 145%;
}

.pageTitle   { 
    color: #0021a5; 
    font-family: verdana, arial; 
    font-size: 16px; 
    letter-spacing: 1px; 
    font-weight: bold;
    line-height : 145%;
}

.subTitle   { 
    color: #545454; 
    font-family: verdana, arial;
    font-size: 12px; 
    letter-spacing: 0px;
    font-weight: normal;
}

.finePrint     { font-size: 9px; }
.small         { font-size: 9px; color: #999999; letter-spacing: 1px; }


a:link     { color : #0021a5; text-decoration : none; }
a:visited  { color : #0021a5; text-decoration : none; }
a:hover    { color : #ff4a00; text-decoration : none; }
a:active   { color : #0021a5; text-decoration : none; }
a.replace  { display: block; }

