@import "v_menu-styles.css";  /* hides advanced styles from some CSS-challenged browsers */



body {

  color: #000;



}

h1 {font:Verdana, Arial, Helvetica, sans-serif}
body, p, li, td, h1, div, span {

  font-family: sans-serif;  /* help for NS4 inheritance problems */

}


a:link {

  color: #ff0000;

}

a:visited {

  color: #eeeeee;

  background-color: #dd0000;

}

a:hover {

  color: #dd0000;

  background-color: #111111;

}

code {

	color: #050;

	font-weight: bold;

	font-size: 100%;

}



/* keep skip link invisible until hover/focus */

a.skiplink:link,

a.skiplink:visited {

	color: #fff;

	background-color: #fff;

}

a.skiplink:hover,

a.skiplink:focus,

a.skiplink:active {

	background-color: #fff;

	color: #009;

}

/* for the photogallery links table in photogallery/index.php */
.photolinkstable {
	
}

a.photolinkstable:link {

  color: black;
   background-color: white;

}

a.photolinkstable:visited {

  color: black;
  background-color: white;

}

a.photolinkstable:hover {

  color: black; 
   background-color: white;
   text-decoration:none;

}
a.photolinkstable:active {

  color: black; 
   background-color: white;

}
.bottomweddingbackground {
	background-image: url(images/nav_main_bg.gif);
	background-repeat: repeat-y;
}

.crewname {
	font-family: "Comic Sans MS";
	font-size: 1.5em;
	font-weight: bold;
	
}
