body {
	background-image: url('');
        margin: 0px;
	font-family: Tahoma;
	font-size: 7pt;
	color: #;
}
a {
	text-decoration: none;
	color: #e5b6c8;
        filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;

}
a:hover {
	color: #505050;
	border-bottom: 0px dotted #60a78d;
        filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;

}

a img { 
	border: 1px solid #a06194;
	background-color: #FFFFFF;
	padding: 3px;  
        filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;

}

a:hover img{ 
        border: 1px solid #60a78d;
        filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;

}
/* End Descriptive Text */
