@charset "UTF-8";
a {
	color: #323F31;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #405662;
	font-weight:700;
}
.bride {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #323F31;
	text-decoration:none;
}
.bride:hover {
	text-decoration:underline;
	color: #000000;
}
.groom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #323F31;
	text-decoration:none;
}
.groom:hover {
	text-decoration:underline;
	color: #000000;
}
.rings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #323F31;
	text-decoration:none;
}
.rings:hover {
	text-decoration:underline;
	color: #000000;
}
