@charset "UTF-8";
/* CSS Document */

body {
background-color: #EBEBEB;
margin: 0px;
padding: 0px;
font-family: georgia;
font-size: 12pt;
color: #000000;
}

a {
color: #959595;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #b40000;
}

#layout {
width: 600px;
background-color: #FFFFFF;
border-top: 50px solid #790000;
margin-top: 7%;
margin-left: auto;
margin-right: auto;
}

#heart {
width: 600px;
margin-left: auto;
margin-right: auto;
padding: 1em;
}

#quote {
float: left;
width: 430px;
height: 50px;
margin-left: auto;
margin-right: auto;
background-color: #D7D7D7;
}

#body {
width: 600px;
margin-left: auto;
margin-right: auto;
padding: 0;
}

#bottom {
float: right;
width: 170px;
height: 50px;
background-color: #D7D7D7;
margin-left: auto;
margin-right: auto;
}

.body {
font-family: georgia;
font-size: 12pt;
color: #000000;
line-height: normal;
text-align: justify;
padding: 0.75em;
}

.heart {
font-family: georgia;
font-size: 110pt;
color: #000000;
line-height: 1em;
text-align: left;
}

.fl {
font-family: georgia;
font-size: 7.5pt;
font-style: italic;
font-weight: bold;
text-align: center;
line-height: 1em;
text-transform: none;
padding: 0.75em;
}

