/* downloadable fonts */
@font-face
{
	font-family: "Rook";
	src: url(http://www.sophieandpaul.com/wedding/HELINDA0.eot);
}
@font-face
{
	font-family: "RookTTF";
	src: url(http://www.sophieandpaul.com/wedding/helindarook.ttf) format("truetype");
}
@font-face
{
	font-family: "Sackers";
	src: url(http://www.sophieandpaul.com/wedding/sackerssolidantiqueroman.ttf) format("truetype");
}
@font-face
{
	font-family: "Richard";
	src: url(http://www.sophieandpaul.com/wedding/POORICH.TTF) format("truetype");
}

/* page body */
body
{
    background-color: #8B8589;
	padding: 0px;
    margin: 10px;
}

/* div to center page */
div.page
{
    background-color: #F5F5DC;
    padding: 50px;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

/* headings */
h1
{
	font-family: "Helinda Rook", Rook, RookTTF, "Palace Script MT", Zapfino, Fantasy, cursive;
    font-size: 7ex;
    font-weight: normal;
    color: #8B8589;
    margin-top: 10px;
    margin-bottom: 0px;
}
h2
{
	font-family: "Helinda Rook", Rook, RookTTF, "Palace Script MT", Zapfino, Fantasy, cursive;
    font-size: 6ex;
    font-weight: normal;
    color: #8B8589;
    margin-top: 10px;
    margin-bottom: 0px;
}
h2 a:link, h2 a:visited, h2 a:active
{
    color: #8B8589;
    text-decoration: none;
}
h2 a:hover
{
    color: #8B8589;
    text-decoration: underline;
}
h3
{
    font-family: "Sackers Solid Antique Roman", Sackers, "Poor Richard", Georgia, serif;
    font-size: 3.5ex;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0px;
}
h4
{
	font-family: "Helinda Rook", Rook, RookTTF, "Palace Script MT", Zapfino, Fantasy, cursive;
    font-size: 4ex;
    font-weight: normal;
    color: #8B8589;
    margin-top: 10px;
    margin-bottom: 0px;
}
h4 a:link, h4 a:visited, h4 a:active
{
    color: #8B8589;
    text-decoration: none;
}
h4 a:hover
{
    color: #8B8589;
    text-decoration: underline;
}

/* text */
p, td
{
    font-family: "Sackers Solid Antique Roman", Sackers, "Poor Richard", Georgia, serif;
    font-size: 2.75ex;
    font-weight: normal;
    color: #36454F;
    margin-top: 0px;
    margin-bottom: 0px;
}
p a:link, p a:visited, p a:active
{
    color: #36454F;
    font-weight: bold;
    text-decoration: none;
}
p a:hover
{
    color: #36454F;
    font-weight: bold;
    text-decoration: underline;
}