/* categories.css */

html, body {width: auto!important; overflow-x: hidden!important} 

body {
	color: #6699CC;
	background-color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: larger;
}

#navigation {
  width: 200px;
 text-align: center;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
text-align: center;
}

#navigation li {
  border-top: 1px solid #6373b5;
  border-bottom: 1px solid #6373b5;
}

#navigation li a:link, #navigation li a:visited  {
  font-size: 90%;
  display: block;
  padding: 0.4em 0 0.4em 0.5em;
  border-left: 12px solid #6373b5;
  border-right: 1px solid #6373b5;
  background-color: black;
  color: #6699cc;
  text-decoration: none;
  text-align: center;
}

#navigation li a:hover {
  background-color: #96e9de;
  color: black;
}

a {
	color: #96e9de;
	background-color: black;	
}

a:visited {
	color: #9b96e9;
	background-color: black;
}

h1	{
  text-align: center;
}

h2	{
  text-align: center;
  line-height: 3.00;
}

h3	{
  text-align: center;
  line-height: 3.00;
}

img {
    max-width: 100%;
    height: auto;
}	

#menu {
	position: fixed;
	width: 15%;
}

#menu li{
	list-style-type: none;
	margin-left: -2em;
	text-align: center;
}

#menu a{
	display: block;
	border: 1px #6699cc outset;
	text-decoration: none;
	color: #6699cc;
	padding: 3px;
}

#menu a:hover{
	color: black;
	background-color: #6699cc;
	border: 1px #6699cc inset;
}

#main {
	position: relative;
	left: 20%;
width: 70%;
	border-bottom: #6699cc 1px solid;
}

#head {
	position: relative;
	left: 20%;
	width: 75%;
	right: 5%;
	text-align: center;
}

p {
	text-align: center;
}
			
.lead {
	line-height: .25;
}

.color {
	color: #96e9de;
}
