﻿* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

body {
	font: 12px Arial, Verdana, Helvetica, Sans-Serif;
}

a {
	color: #96a6b2;
	text-decoration: none;
}

a:hover {
	color: #96a6b2;
	text-decoration: underline;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

img {
	border: none;
}

p {
	line-height: 18px;
	margin-bottom: 15px;
}
