﻿html {
	font-family: Arial, Helvetica, sans-serif;
	color: #0a4f70;
	font-size: 13px;
	line-height: 160%;
}
body {
	border: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #B3D0D8;
}
table {
	margin: 0px auto 0px auto;
}
td {
	color: inherit;
	vertical-align: top;
	text-align: left;
	font-size: 1.0em;
}
td.pagetitle {
	font-size: 2.0em;
	font-weight: 700;
	line-height: 120%;
}
a {
	color: #2d4058;
	text-decoration: none;
}
a:hover {
	color: #0a4f70;
	text-decoration: underline;
}
a.wedding {
	color: #ffffff;
	text-decoration: none;
}
a.wedding:hover {
	text-decoration: underline;
}
input.field {
	border: 1px dotted #0a4f70;
}


