/* trinityjuneau.org style sheet */
/*  GENERAL WEB SITE SETTINGS */

BODY { color: #333333; font-family: Book Antiqua, Times, Latin, serif; font-size: 14px;
       font-weight: normal; background-color: #FAFAE6; margin : 0px 10px 0px 10px; }
   
A:link    { color: #999933; background-color : transparent; text-decoration : underline; }
A:visited { color: #999933; background-color : transparent; text-decoration : underline; }
A:hover   { color: #CCCC33; background-color : transparent; text-decoration : underline; }
A:active  { color: #CCCC33; background-color : transparent; text-decoration : underline; }

.pageTitle  { font-size: 20px; color: #000000; font-weight: bold; }
.paraHead   { font-size: 18px; color: #000000; font-weight: bold; }
.printDate  { color : #666666; font-size : 8pt; font-family : Arial, Helvetica, sans-serif; }
.largePrint { font-size: 16px; }
.smallPrint { font-size: 12px; }
.finePrint  { font-size: 10px; }

A.menuLink:link {color: #999933; font-size : 12px; font-family : Arial, Helvetica, sans-serif;
  font-weight: bold; background-color : transparent; text-decoration : none; }
A.menuLink:visited { color: #999933; font-size : 12px; font-family : Arial, Helvetica, sans-serif;
  font-weight: bold; background-color : transparent; text-decoration : none; }
A.menuLink:hover { color: #CCCC33; font-size : 12px; font-family : Arial, Helvetica, sans-serif;
  font-weight: bold; background-color : transparent; text-decoration : underline; }
A.menuLink:active { color: #CCCC33; font-size : 12px; font-family : Arial, Helvetica, sans-serif;
  font-weight: bold; background-color : transparent; text-decoration : underline; }

IMG.imgLink  {
	border : 1px solid rgb(153,153,51);
}
