/* dailyquote.css */

.quotebox, blockquote, quote, q {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.3em;
	text-align: left;
	font-style: italic;
	font-size: xxx-large;
	display: block;
	visibility:visible;
}


.author {
	font-style: normal;
	font-size: x-large;
	font-weight: bold;
	color: #800000;
}

img {
	border:none;
}

	
a:link {
	color: #0000CC;
	text-decoration: underline;
}

a:visited {
	color: #0000CC;
	text-decoration: underline;
}

a:hover {
	color: black;
	background-color: #00FFFF;
	text-decoration: none;
}

a:active {
	color: #0000CC;
	text-decoration: underline;
}