body {
	background-image: url('');
        margin: 0px;
	font-family: Tahoma;
	font-size: 7pt;
	color: #2B5066;
}
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 #727272;
        filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;

}

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

}

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

}
/* End Descriptive Text */