html {
	margin-left: 10px;
	margin-right: 10px;
}

body {
	color: #faffff;
	background: #012;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	color: aliceblue;
}

nav {
	color: #36f;
}

h2 {
	color: #3f0;
}

h3 {
	color: #9f6;
}

h4 {
	color: #f36;
	text-align: center;
}

h5, .date { /*dateposted*/
	color: #fb0;
}

a { /*default*/
	color: #0ef;
	text-decoration: none;
}
a:visited {
	color: #f9f;
}
a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
}
.thirds, .catsel{
	max-width: 32.5%
}
.kittensel{
	max-width: 16.5%;
}
.catsel:hover, .kittensel:hover { /*shadows on mouseover*/
	-webkit-filter: drop-shadow(0px 0px 20px honeydew);
	filter:         drop-shadow(0px 0px 20px honeydew);
}

table {/*mittens' munchy matrix*/
  border-collapse: collapse;
  width: 100%;
}
td, th {
  border: 1px solid #9cf;
  padding: 8px;
}

textarea {/*btmed*/
	background: #cff;
}

blockquote > footer {
	text-align: right;
}

figcaption {
	text-align: center;
}