body {
	color: #000;
	background: #fff;
	font: 16px 'Arial';
}
body a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
body a:hover {
	color: #F818283;
	text-decoration: none;
}
img {
	border-style: none;
}
h1,h2,h3 {
	font-size: 24px;
	text-decoration: underline;
}
.row {
	width: 100%;
	margin-top: 5%;
}
.span6 {
	width: 50%;
}