{
	white-space: normal;
	display: block;
	height: auto;
	width: auto;
}

a:link {
	text-decoration: none;
	display: inherit;
	cursor: hand;
}
a {
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	text-transform: capitalize;
}
a:hover {
	text-decoration: underline;
}

.link  {
  background: #3399FF
repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #FFFFFF;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  background-color: #3399FF;
}

.para_1 {
margin:0.5em;
}
