/* Cascading Style Sheet     */
/* Created by Klaus          */
/* Last Updated: 08-14-08    */


:link    { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}




h1.title1 { letter-spacing: 0.25em }

/* Hide underline in links for title1 and use correct color */
h1.title1 :visited, h1.title1 :link { 
  color: #000080;
  background: transparent; 
  text-decoration: none;
}



/* Hide underline in links for title2 and use correct color */
h2.title2 :visited, h2.title2 :link { 
  color: #005A9C;
  background: transparent; 
  text-decoration: none;
}



/* Hide underline in links for left sidebar and use correct color */
td.navigation :visited, td.navigation :link { 
  color: #005A9C;
  background: transparent; 
  text-decoration: none;
}



/* Hide underline in links in plainlink class and use black color */
*.plainlink { text-decoration: none; color: black; }



p.intro     { margin-left: 10%; margin-right: 10%; }
p.weddings  { margin-left: 10%; margin-right: 10%; }
li.weddings { margin-left: 10%; margin-right: 10%; }
ul.seminar  { margin-left: 10%; margin-right: 10%; }
p.newsletter{ margin-left: 10%; margin-right: 10%; }
p.history   { margin-left: 10%; margin-right: 10%; }
p.contact   { margin-left: 10%; margin-right: 10%; }
div.contact { margin-left: 10%; margin-right: 10%; }

img.photo   { padding: 1%; }




/* Show a Yellow background on links when pointer is over them */
/*   Note: Does not work in IE 5.2.3 on a Mac                  */
@media screen {  /* hide from IE3 */
  a[href]:hover { background: #ffa }
}

