body {
	color: rgb(54, 54, 54);
}
select {
	color: rgb(54, 54, 54);
}
input {
	color: rgb(54, 54, 54);
}
textarea {
	color: rgb(54, 54, 54);
}
h1 {
	font-weight: bold;
}
h2 {
	font-weight: bold;
}
h3 {
	font-weight: bold;
}
h4 {
	font-weight: bold;
}
h5 {
	font-weight: bold;
}
h6 {
	font-weight: bold;
}
a {
	color: rgb(96, 120, 144);
}
a:active {
	color: rgb(96, 120, 144);
}
a:visited {
	color: rgb(96, 120, 144);
}
a:hover {
	color: rgb(0, 51, 102);
}
#page {
	overflow: hidden;
}
#page {
	margin: 0px auto; position: relative;
}
#container {
	margin: 0px auto; position: relative;
}
.skip-to-links {
	left: -8000px; position: absolute;
}
#header p.site-name {
	margin: 0px;
}
#header p.site-slogan {
	margin: 0px;
}
