/*This CSS is to make a normal link into a button link*/
@import url("codeToHtml.css"); 
a.button{
	background:url('../images/donate-btn.gif') no-repeat;
	width:92px;
	height:22px;
	display:block;
	color:#fff;
	padding:5px 0 5px 0;
	text-decoration:none;
	text-align:center;
	margin:2px 2px 2px 2px;
}



a.button:hover{
	text-decoration:none;
	color:#fff;
	background:url('../images/donate-btn-hover.gif') no-repeat;
}



/** codetohtml **/
.codeToHtml{
	color:green;
}


.simpleSlide{
	color:red;
}

.simpleSlide img{
	display:none;
}
