/* style.css - a simple style sheet */


body { font-family: arial, helvetica, sans-serif;  font-size: 14px;  }

h1 {color: 2A3238; font-family: Monotype Corsiva, arial, helvetica, sans-serif;  font-size: 72px;  }

h2 {color: 2A3238; font-family: Monotype Corsiva, arial, helvetica, sans-serif;  font-size: 24px;  }

h3 {color: 2A3238; font-family: Monotype Corsiva, arial, helvetica, sans-serif;  font-size: 16px;  }

h4 {color: FFFFFF; font-family: Monotype Corsiva, arial, helvetica, sans-serif;  font-size: 18px;  }

p { font-family: arial, helvetica, sans-serif;  font-size: 14px;  }

td { font-family: arial, helvetica, sans-serif;  font-size: 14px; }


a.menu:link {color: 2A3238;  font-family: Bradley Hand ITC, helvetica, sans-serif; font-size: 16px; text-decoration: none; }

a.menu:visited {color: 2A3238;  font-family: Bradley Hand ITC, helvetica, sans-serif; font-size: 16px; text-decoration: none; } 

a.menu:active {color: #FFFFFF;  font-family: Bradley Hand ITC, helvetica, sans-serif; font-size: 16px; text-decoration: none; } 

a.menu:hover {color: #FFFFFF;  font-family: Bradley Hand ITC, helvetica, sans-serif; font-size: 16px; text-decoration: none; } 



a:link {color: FFFFFF;  font-family: Bradley Hand ITC, helvetica, sans-serif; font-size: 18px; text-decoration: underline; }

a:visited {color: FFFFFF;  font-family: Bradley Hand ITC, helvetica, sans-serif; font-size: 18px; text-decoration: underline; } 

a:active {color: #A1CDF3;  font-family: Bradley Hand ITC, helvetica, sans-serif; font-size: 18px; text-decoration: none; } 

a:hover {color: #A1CDF3;  font-family: Bradley Hand ITC, helvetica, sans-serif; font-size: 18px; text-decoration: none; } 





