body {background-color: #faedff;
background-image: url('images/bk.jpg');
margin-left: 150px; /*sets the left margin */
margin-right: 150px; /*sets the right margin */
margin-top: 20px; /*sets the top margin */
margin-bottom: 20px; /*sets the bottom margin */
font-size: large;
}

h1 {
color: #382847;
font-family: 'Tiranti Solid LET', Carnegie, Sans-Serif;
text-align: center;
}

h2 {
color: #382847;
font-family: Carnegie, Georgia, Sans-Serif;
text-align: center;
}

h3 {
color: #382847;
font-family: Carnegie, Georgia, Sans-Serif;
text-align: center;
}

h4 {
color: #382847;
font-family: Carnegie, Georgia, Sans-Serif;
}

p {color: #382847;
font-family: Carnegie, Georgia, Sans-Serif;
font-size: large;
}

a:link {
color: #efb447;
font-family: Carnegie, Georgia, Sans-Serif;
font-weight: bold;
text-decoration: underline;
}

a:visited {
color:#6f00a5;
text-decoration: underline;
font-family: Carnegie, Georgia, Sans-Serif;
font-weight: bold;
}

a:hover {
color:#917c5f;
text-decoration: underline;
font-family: Carnegie, Georgia, Sans-Serif;
font-weight: bold;
}

a:active {
color:#917c5f;
text-decoration: none;
font-family: Carnegie, Georgia, Sans-Serif;
font-weight: bold;
}

.content {
margin: 50px 200px 50px 200px;
padding: 0px;
border: 5px solid #af9653;
background-color: #D0C7DE;
text-align: center;
}

.prpl {
border: 5px  solid #5b4673;
}