@import url("http://fonts.googleapis.com/css?family=Quicksand:400,700|Open+Sans:400italic,600italic,400,600");

table.sample {
	border-width: 0px;
}

table.sample td {
	width: 200px;
	height: 55px;
	vertical-align: middle;
	border-width: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border-style: solid;
	border-color: white;
	background-color: gray;
	text-align: center;
}

table.sample a:link {
	text-decoration: none;
	color: #FFF
}

table.sample a:visited {
	text-decoration: none;
	color: #FFF
}

table.sample a:active {
	text-decoration: none;
	color: #FFF
}

table.sample a:hover {
	text-decoration: none;
	color: #FF0
}



h1 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
}

h2 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
}

h3 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 1.25em;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

p.noskip {
	margin-top: 2px;
	margin-bottom: 2px;

}

p.noskipbefore {
	margin-top: 2px;

}

p.noskipafter {
	margin-bottom: 2px;

}

h1.noskip {

	margin-top: 2px;
	margin-bottom: 2px;

}

h1.noskipafter {

	margin-bottom: 2px;

}

h2.noskip {
	margin-bottom: 2px;
	margin-top: 2px;

}

h2.noskipafter {
	margin-bottom: 2px;

}

h3.noskip {
	margin-bottom: 2px;
	margin-top: 2px;

}



h3.noskipafter {
	margin-bottom: 2px;

}

a {
	text-decoration: underline;
}

a:link {
	color: #808080;
}

a:visited {
	color: #808080;
}

a:hover {
	color: red;
}

a:active {
	color: red;
}

.indented {
	padding-left: 50pt;
}

BODY {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.quicksand {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
}