.cen		{ text-align: center; }
.ital		{ font-style: italic; }
.normal		{ font-style: plain; }
.header		{ font-family: Georgia, Times New Roman, serif;
			font-size: 30px;
			font-weight: bold;
			font-style: italic;
			text-align: center;
			}
.header-plain
			{ font-family: Georgia, Times New Roman, serif;
			font-size: 30px;
			font-weight: bold;
			font-style: plain;
			text-align: center;
			}
.invitation { font-family: Georgia, Times New Roman, serif;
			font-size: 20px;
			font-style: plain;
			text-align: center;
			padding-top: 20px;
			padding-left: 30px;
			padding-right: 30px;
			}
.invitation_bold { font-family: Georgia, Times New Roman, serif;
			font-size: 20px;
			font-style: plain;
			text-align: center;
			font-weight: bold;
			padding-top: 20px;
			padding-left: 30px;
			padding-right: 30px;
			}
.body { font-family: Georgia, Times New Roman, serif;
			font-size: 16px;
			font-style: plain;
			text-align: center;
			}
.body_indented {
			text-indent: 20px;
			font-size: 16px;
			font-style: plain;
			text-align: center;
			}
.textstyle-a {
			font-size:12.0px;
			font-family:"Helvetica","Arial";
			}

a.redLink:link    { color:red; text-decoration:underline; }
a.redLink:visited    { color:blue; text-decoration:underline; }
a.redLink:active    { color:green; font-size: 25px; text-decoration:none; }
			

