﻿/* index.css */

html, body {width: auto!important; overflow-x: hidden!important} 

body {
	background-color: black;
	color: #6699CC;
	font-family: "Times New Roman", Times, serif;
	font-size: larger;
	margin-left: 2em;
	margin-right: 2em;
}

a {
	color: #96e9de;
	background-color: black;	
}

a:visited {
	color: #9b96e9;
	background-color: black;
}

a:hover {
	color: black;
	background-color:  #6699CC;
}

h1	{
  text-align: center;
}

h2	{
  text-align: center;
  font-style: italic;
}

h3	{
  text-align: left;
}

img {
    max-width: 100%;
    height: auto;
}	

hr {
  border: none;
  background-color: black;
  color: #6699cc;
  height: 2px;
  width: 80%;
}

#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;
}

#head {
	position: relative;
	left: 20%;
	width: 80%;
	text-align: center;
}

#main {
	position: relative;
	left: 20%;
	right: 0%;
	width: 80%;
}

#content {
	border-bottom: #6699cc 2px solid;
	margin: 5px;
	padding: 15px;
}

.center {
	text-align: center;
}

.lead  {
	line-height: .25;
}
