/* Basic text   t= large text ,  f=menu title,   */

body {font-family:  Lydian BT, arial, helvetica; 
font-variant: normal;
color:  #5A665A;
 font-size: 14px;
font-weight: bold;}

t {font-family:  Lydian BT, arial, helvetica; 
font-variant: normal;
color:  #5A665A;
 font-size: 16px;
font-weight: bold;}

f {font-family:  Lydian BT, arial, helvetica; 
font-variant: normal;
color:  #FFFFFF;
 font-size: 14px;
font-weight: bold;}




/* LINK STYLE */

a:link { color: #5A665A; 
text-decoration: underline;}

a:visited { color: #9C9495;
text-decoration: underline;}

a:active { color: #5A665A;
text-decoration: underline;}

 a:hover { color: #9C9495;  
text-decoration: underline;}




