body {
color: #000080;
background: #FFEEEE;
font-family: Georgia, serif;
}
h1 {
color: #0000ff;
padding: 20px;
padding-left: 110px;
font-family: Arial, Helvetica, sans-serif;
background-url(images/cat.png) repeat-y;
}
h2 {
background: #E6E6FF;
color: #800000;
padding: 5px;
font-family: Arial, Helvetica, sans-serif;
}
.latin {
text-align: center;
font-style: italic;
font-weight: bold;
color: #800000;
}
p {
text-indent: 30px;
}
p.author {
font-style: italic;
text-indent: 0px;
}
p.quote {
background: #FEFEE2;
text-indent: 0px;
width: 50%;
margin: 0 30px 10px 30px;
border: 1px dotted black;
padding: 10px;
}
p.quote a:hover {
color: green;
text-decoration: none;
}