﻿body{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11pt;
}
a {
	text-decoration:none;
	color:#0066FF;
}
a:hover {
	text-decoration:underline;
}

.my-url {
	display:none;
}

/*==================================================
 * Effect 1
 * ===============================================*/
.effect1{
	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
}

.btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #ffffff;
  font-size: 15px;
  background: #e948a7;
  text-decoration: none;
/*  width:173px; */
  width:540px;
  height:30px;
  display:block;
  line-height: 30px;
}

.btn:hover {
  background: #ff31aa;
  text-decoration: none;
}