body { background: url('c.jpg'); }
a { color: cyan; text-decoration: none; }

.author {float:right;
color:blue;
font-style:italic;
font-weight:bold;}

.author2 {float:left;
color:#9ba98e;
font-style:italic;
font-weight:bold;}

blockquote {
float:left;
background:#dedede;
//border:1px solid #555;
padding:20px 40px;
color: blue;
/*	background-color: #eee; */
border-radius: 15px;
}
