body { 
	background: #FFFFFF;
	color: #5C8AE6;
	font-family: 'Rubik One', sans-serif;
	font-size:16px;
}

#wrap {
	width:910px;
	margin:20px auto;
	border-top: 5px dotted #00CC66;
}

.five {
	float:left;
	width:495px;
	border-left: 5px dotted #00CC66;
}
	
.invite {
	float:right;
	width:385px;
	height: 833px;
	padding-right: 20px;
	overflow: auto;
	text-align: center;
	border-right: 5px dotted #00CC66;
}

.name {
	font-size: 40px;
}

.address {
	font-size: 30px;
}

.date {
	font-size: 36px;
}

.other {
	font-size: 20px;
}

.rsvp {
	font-size: 30px;
}

a {
	text-decoration: none;
	color:#E68A00;
}

.comments {
	padding-top: 10px;
	clear: both;
	font-family: 'Roboto', sans-serif;
	border-top: 5px dotted #00CC66;
}

form {
	font-family: 'Roboto', sans-serif;
}

.thanks {
	font-family: 'Roboto', sans-serif;
}

.error {
	font-family: 'Roboto', sans-serif;
	color: red;
}
