h1 {
	border-bottom: #ffdd00 solid 1px;
	color: #ffdd00;
	font-family: peralta;
	font-size: 1.4rem;
}
h2 {
	border-bottom: #ffdd00 solid 1px;
	color: #ffdd00;
	font-family: peralta;
	font-size: 1.2rem;
}
h3 {
	border-bottom: #ffdd00 solid 1px;
	color: #ffdd00;
	font-family: peralta;
	font-size: 1.4rem;
}
.yellow {
	color: #ffdd00;
}
html {
	font-size: 18px;
}
ul {
	color: white;
	font-family: 'pt sans';
	font-size: 1rem;
}
div {
	color: white;
	font-family: 'pt sans';
	font-size: 1rem;
}
blockquote {
	color: white;
	font-family: 'pt sans';
	font-size: 1rem;
}
dd {
	color: white;
	font-family: 'pt sans';
	font-size: 1rem;
}
body {
	color: white;
	font-family: 'pt sans';
	font-size: 1rem;
}
p {
	color: white;
	font-family: 'pt sans';
	font-size: 1rem;
}
ol {
	color: white;
	font-family: 'pt sans';
	font-size: 1rem;
}
li {
	color: white;
	font-family: 'pt sans';
	font-size: 1rem;
}
label {
	color: white;
	font-family: 'pt sans';
	font-size: 1rem;
}
td {
	color: white;
	font-family: 'pt sans';
	font-size: 1rem;
}
th {
	color: white;
	font-family: 'pt sans';
	font-size: 1rem;
}
.container-fluid {
	min-height: inherit;
}
a {
	color: #ffdd00;
	text-decoration: none;
}
a:link {
	color: #ffdd00;
	text-decoration: none;
}
a:visited {
	color: #ffdd00;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
a:active {
	color: #ffdd00;
	text-decoration: none;
}
