body {
    margin: 25px 20px 25px 20px;
    background-color: #EE4422;
    }

td,th,p {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
    text-decoration: none;
	line-height: 18px;
	color: #333399;
	/* background-color: #FFFFFF; */
	/* border: 1px dotted maroon; */
    }
p {
    float: right;
    }
.entry {
    text-align: center;
    border-bottom: 1px dotted white;
    border-right: 1px dotted white;
    /* margin: 5px 20px 5px 20px; */
    float:right;
    clear:none;
    }

.dir {
	font-size: 12px;
	line-height: 36px;
	color: #336699;
	float: left;
	clear: right;
    border-bottom: 1px dotted white;
    border-right: 1px dotted white;
	margin: 5px 20px 5px 0px;
    }
.ldir {
	float: none;
	clear: left;
    }

#adir {
	font-size: 16px;
	color: #552211;
	float: none;
	text-decoration: underline; 
    }
img {
    padding: 5px 20px 5px 20px;
    float: right;
    clear: both;
}
.tiny {
    padding: 0px 0px 0px 0px;
    float: none;
    clear: right;
    vertical-align: middle;
}
a:link,
a:active  { 
    color: #552211; 
    text-decoration: none; 
    }
a:visited { 
    color: #552211; 
    text-decoration: line-through; 
    }
a:hover { 
    color: #251106; 
    text-decoration: overline; 
    }
    
a.img_link:link,
a.img_link:visited,
a.img_link:active {
    border-top: 1px dotted #EE4422;
    border-left: 1px dotted #EE4422;
    text-decoration: none; 
}
a.img_link:hover { 
    text-decoration: none; 
    border-top: 1px dotted white;
    border-left: 1px dotted white;
}






