/*!
 * Exhibit A Styles v1.0
 */

body, html {
	width: 100%;
	height: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: .85em;
}

section {
	display: block;
	padding: 75px;
}

.menu li {
	list-style: none;
}

.menu a{
	width: auto;
	background-color: #ffffff;
	color: #262626;
	font-size: 13px;
	padding: 5px;
	margin: 15px 0;
	-webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
	transition: 0.2s;
}

.menu a:hover {
	background-color: #262626;
	color: #ffffff;
	text-decoration: none;
}

.contact {
	margin: 0px 0px 7px 55px;
}

.home {
	margin: 0px 0px 0px 15px;
}

.tips {
	margin: -25px 0px 7px 150px;
}

.testimonials {
	margin: 0px 0px 10px 65px;
}

.about {
	margin: 0px 0px 10px 45px;
}

.front {
	background-color: #ffffff; /* Used if the image is unavailable */
	background-position: 45% 5%; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
}

h1, h2, h3, h4, h5 {
	font-family: 'nimbus-roman', serif;
	font-style: italic;
	font-weight: 200;
}

h2 {
	color: #49494b;
	align-self: top;
}

h2 span {
	font-size: 8em;
	color: #262626;
}

h1 {
	font-style: italic;
	font-weight: 600;
	letter-spacing: .25em;
}

h6 {
	background-color: #262626;
	color: #ffffff;
	width: 300px;
}

p {
	color: #49494b;
	line-height: 1.25em;
}

a {
	color: #333;
}

img {
	width: auto;
	height: auto;
}

.show {
	float: left;
}




