/* dailyquoteIFRAME.css */

.dailyquote {
	padding: 5px 5px 0px 8px;
	background-color: none;
	font-style: italic;
	font-size: small;
	color: #002019;
	display: block;
	visibility:visible;
}


.author {
	font-style: normal;
	font-size: x-small;
	font-weight: bold;
	color: #800000;
}

img {
	border:none;
}


a {
	font-size: x-small;
}
	
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;
}