﻿
p.indent {
	margin-left:1.5em;
	text-indent:-1em;
}

.marker-orange {
  background: linear-gradient(transparent 67%,rgba(247, 198, 104, 0.2) 67%,rgb(247, 198, 104) 77%,rgba(247, 198, 104, 0.2));
  font-weight: bold;
  padding-bottom: 5px;
}

#join a{
        text-decoration:none;
	/*color:red;*/

}

#join{
	font-size:18px;
	width:400px;
	height:50px;
	line-height:50px;
	text-align:center;
	margin:2% auto;

}

#joina{
	font-size:18px;
	color: #fff; 
	background-color:#CC3366;
	border-radius: 8px;
	/*box-shadow: 4px 4px 4px 2px #ccc,inset 2px 4px 4px 2px pink;*/
	text-decoration: none;
	padding: 10px 50px;
	transition: 0.8s;

}

#joina:hover {
	color:#CC3366;
	background-color: #FFCCFF;
	border:2px solid #CC3366;
	border-radius: 8px;
	/*box-shadow: 4px 4px 4px 2px #ccc,inset 2px 4px 4px 2px lavenderblush;*/
	font-weight: bold;
}