/* HTML & Inline elements */
.callout
	{
	float: right;
	padding: 0 0 5px 10px;
	width: 160px;
	font-size: 11px;
	padding: 5px 0 5px 0;
	line-height:100%;
	}

.callout cite
	{
	font-size:9px;
	font-family:inherit;
	color:#CCCCCC;
	float: right;
	padding: 0 0 2px 0px;
	}

.right
	{
	float: right;
	padding-left: 10px;
	}
	
.left
	{
	float: left;
	padding-right: 10px;
    width: 220px;
	}
 .entry{
	border-bottom:dashed 1px #CCCCCC;
	float:inherit;
	padding: 5px 0px 0px 5px;
	}

.entry h3{
	font-weight:bold;
	font-size:100%;
	margin-bottom:5px;
	width:auto;
	}

.entry p a, .entry li a{
	color:#4477AA; 
	text-decoration:none;
	}

.entry a:hover{
	text-decoration:underline; 
	color:#2A0055; /*navy*/
	}

.entry img{
	border:0px;
	}
.entry img a:hover {
background:#FFFFFF;
}