/* General Styles */

body{
margin: 20px;
background:#FFFFFF;
}

p{
font-family: Garamond, Georgia, Helvetica, Arial, sans-serif;
font-size: 20px;
color: #1D2E3D;
text-align: left;
}

.whiteText{
color: #FFFFFF;
}

.signature{
font-family: Times New Roman, serif;
font-style: italic;
color: #FFFFFF;
}


/* Link Styles */

a:link {
color: #FFFFFF;
text-decoration: underline;
}

a:visited {
color: #0A2457;
}

a:hover {
text-decoration: none;
background-color: #CCCCCC;
}

a:active {
text-decoration: none;
}


/* Main Box */

.background{
width: 605px;
height: 728px;
background: url('postWedding.jpg');
border: 2px solid white;
margin: 0px 0px;
}

.textBox{
float: right;
width: 210px;
margin: 190px 20px 0 0;
}

.main {
	width: 605px;
	margin: 30px 40px;
}