@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.title {
	font-size: 18pt;
	font-weight: bold;
}

img {
	border: 0px;
}

.rsvp_nav {
	color: #ff0000;
}

.rsvp_nav:hover {
	text-decoration: underline;
	color: #0000FF;
}

a:link {
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}

/*  Navigation Bar  */
.nav_bar {
	font-size: 14pt;
	font-weight: bold;
	border: thin solid;
	padding: 3px;
}

.footer {
	font-size: 10pt;
}

.footer_box {
	border: thin solid;
}
.home_about {
	font-size:14pt;
	color: #f1f1f1;
}
.pic_title {
	font-size: 36px;
	font-family: pristina;
}
.pic_description {
	font-size:16px;
}
#contact_links a:link {
	color: #FFFFFF;
	font-weight: bold;
}
#contact_links a:active {
	color: #FFFFFF;
	font-weight: bold;
}
#contact_links a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
#contact_links a:hover {
	color: #3300FF;
	text-decoration: underline;
	font-weight: bold;
}
.red {
	color: #FF0000;
}