
h1 {
	font-family : Serif;
	font-size : 14px;
	font-weight: normal;
	color: #000000;
	text-transform : uppercase;
	font-weight : bold;
}

h2 {
	font-family : Serif;
	font-size : 14px;
	font-weight: normal;
	color: #000000;
	font-weight : bold;
}

body {
	background:  url(/wedding/images/bg.gif) repeat-y right;
}


 ul {
	list-style-type: none;
	padding: 0;
	margin: 0px 0px 0px 15px ;
}

li {
	background-image: url(/wedding/images/heart.gif);
	background-repeat: no-repeat;
	background-position: 0 5;
	padding-left: 10px;
}

.Copy {
	font-family : Serif;
	font-size : 12px;
	font-weight: normal;
	color: #000000;
}

a:link, a:visited {
	font-weight: bold;
	color: #BB1F5D;
	text-decoration: none;	
}

a:active, a:hover {
	text-decoration: underline;	
}

div.hr 
{
	height:28px;
	width:100%;
	background: url(/wedding/images/hr_bg.gif) no-repeat center;
	background
}


div.hr hr {
  display: none;
}