body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #353535;
}
h4 {
	font-size: 16px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
}
p {
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
}
a:link {
	color: #303030;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.dkgrey {
	color: #333333;
}
.white {

	color: #FFFFFF;
}
p, h4 {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
p, h5 {
	margin-right: 5px;
	margin-left: 5px;
}
.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: lighter;
	line-height: normal;
	text-transform: capitalize;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #E8E8E8;
	background-color: #408080;
	border: 1px solid #B8B8B8;
}
