body {
	background-color: ghostwhite;;
	background-attachment: fixed;
	color: #404040;
	font-family: sans-serif;
	font-size: medium;
	margin: 0px;
}

a {
	color: #606060;
	text-decoration: none;
}

a:visited {
	color: #606060;
	text-decoration: none;
}

a:hover {
	color: cornflowerblue;
	text-decoration: underline;
}

a:active {
	color: cornflowerblue;
	text-decoration: none;
}

#left_sidebar{
  position: absolute;
  left: 0px;
  width: 170px;
}


#center_maintext{
  margin-left: 175px;
  margin-right: 175px;
}

#right_sidebar{
  position: absolute;
  right: 0px;
  width: 170px;
}



#main{
  font-size: meduim;
  padding-top: 0px;
  padding-left: 15px:
  padding-right: 15px;
  padding-bottom: 5px;
  margin: 10px;
}

#main h1
{
  color: darkorange;
}

#main H2{
  color: steelblue;
}
#main H3{
  color: orangered;
}
#main H4{
  color: royalblue;
}

#main UL{
  list-style-type: square;
}


.prev_next{
  font-size: larger;
  font-weight: bold;
}

.level1{
  font-weight:bold;
  font-color: olive;
}
.level2{
  font-weight:normal;
  font-color: dimgray;
  list-style: circle;
}



.left_sidebar_title
{
  font-weight: bold;
  color: crimson;
  margin-left: 5px;
  text-decoration: underline;
}

.left_sidebar_list
{
  margin-left: 12px;
  font-size: small;
}


.amazon{
  position: absolute;
  position: fixed;
  right: 0px;
  top: 0px;
  float: right;
}



