BODY {

	color: #000000;
	margin: 0;
  padding: 0;
  font-size: 15px;
	font-family: verdana;
	letter-spacing: 1px;
	}

P { 
	color: #000000;
	text-align: justify;
	/*font-size: 14px;*/
	/*font-family: verdana;*/
	/*letter-spacing: 1px;*/
	margin-left: 1%;
	margin-right: 1%;
}

nav {
  float: left;
  overflow: hidden;
  width: 13%;
  height: 1700px;
  background: #f1f1f1;
  padding: 1%;
  font-size: 14px;
	font-family: verdana;
	letter-spacing: 1px;
	word-wrap: break-word;
	border-right: 1px solid lightgrey;
	line-height: 3;
}

article { 
  float: right;
  padding: 1%;
  width: 82%;
  height: 1700px;
}

H2 {
	color: #000000;
	font-weight: bold;
  font-size: 22px;
	/*font-family: verdana;*/
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 50px;
}

H3 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	/*font-family: verdana;*/
	letter-spacing: 1px;
}


A {
	text-decoration: none;
	color: #ff8c00;
	/*font-size: 14px;*/
	/*font-family: verdana;*/
}

B {
	/*color: #CE6300;*/
	color: #ff8c00;
	/*font-size: 14px;*/
	/*font-family: verdana;*/
	font-weight: bold;
	letter-spacing: 1px;
}

table {
	color: #000000;
	margin-top:30px;
	margin-bottom:50px;
	/*font-size: 14px;*/
	/*font-family: verdana;*/
	/*letter-spacing: 10px;*/
}

table {
  border-collapse: collapse;
}

A:Hover {
	text-decoration: none;
	/*color: #CE6300;*/
	color: #b22222;
	/*background-color: #f0f0f0;*/
	}


.style2 {
	color: #ff8c00;
	font-weight: bold;
	font-size: 11px;
	/*font-family: verdana;*/
	}


.credits{
	color: #ff8c00;
	font-weight: normal;
	font-size : 10px;
	}

.inline1 {
  color: #ff8c00;
	/*font-size: 14px;*/
	/*font-family: verdana;*/
	}

.newborder {
  margin-left: 5%;
  margin-right: auto;
  }

.newborder td, .newborder th {
  border: 1px solid #b1b1b1;
  padding: 8px;
  }

 .newborder th {
  background-color: #f2f2f2;
  }
