/* Text stuff */
body {
    color: #d8d0c0;
    background: #282828;
    font-size: large;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3, h4 {
    color: gold;
}

h1 {
    text-align: center;
}

/* Link stuff */
a {
    color: #33cccc;
}

/* Navbar stuff */
.navbar {
    background-color: #8e8157;
    overflow: hidden;
    border-radius: 10px;
}
.navbar a {
  float: left;
  color: #f3f3f3;
  text-align: center;
  padding: 10px 12px;
  text-decoration: underline;
  font-size: 16px;
}

.navbar a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: #cc33ff ;
}

/* List stuff */
dt {
    font-weight: bold;
    color: gold;
}

/* Quote stuff */
blockquote {
    border: 1px solid gold;
    border-radius: 5px;
    background: #222;
}

img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.aligncentre{
    text-align: center;
}

footer {
	text-align: center ;
	clear: both ;
}

/* For TAGLIST.HTML */
.taglist {
	text-align: center ;
	clear: both ;
}

/* For NEXTPREV.HTML */
#nextprev {
	/* The container for both the previous and next articles. */
}
#prevart {
	float: left ;
	text-align: left ;
}
#nextart {
	float: right ;
	text-align: right ;
}
#nextart,#prevart {
	max-width: 33% ;
}
