/* April's Book */

body {
background-color: white;
color: black;
font-family: georgia;
font-size: 10pt;
margin-height: 0;
margin-width: 0;
margin-top: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
width: 100%;
height: 100%;
}

a {
color: white;
text-decoration: none;
}

a:hover {
color: white;
text-decoration: none;
}

hr {
color: #993366;
}

h2 {
font-family: tahoma;
font-size: 16pt;
}

.small {
font-size: 8pt;
}

.ssmall {
font-size: 9pt;
}

.white {
color: white;
}

.dpink {
color: #8D3B44;
}

p {
margin-left: 6px;
margin-right: 6px;
}

.font1 {
font-family: garamond;
font-size: 14pt;
font-style: italic;
}

.font2 {
font-family: "Times New Roman", Times, serif;
font-size: 14pt;
font-style: italic;
}

.a {
color: blue;
text-decoration: underline;
}

.a:hover {
color: blue;
text-decoration: underline;
}