body {
  background-color: #ddd;
  background-attachment: fixed;
  background-position: bottom left;
  color: #222;
  line-height: 1.3;
  text-align: justify;
  font-family: "Courier New", monospace;
  font-weight: bold;  
	}

img {
  border-style: none; 
  float: center ;
}

h1 {   /*Main Page and Headlines */
}


h3 {   /*Pix Headings */

text-align: left; }

a:link, a:visited {
  color: blue;
  text-decoration: none }
ul {  text-align:left }
a:link img, a:visited img {
  border-style: none }
a:hover, a:active {
  color: blue;
  text-decoration: underline }
a:active {
  color: red;
  background-color: black;
  text-decoration: underline }
a.menu:link, a.menu:visited {
  color: black;
  background-color: white;
  text-decoration: none }
a.menu:hover, a:active {
  color: white;
  background-color: black;
  text-decoration: underline }
a.menu:active {
  color: red;
  background-color: black;
  text-decoration: underline }
ul {  
  padding: -4 0 -4 3;
  margin: -4 0 -4 3;
  line-height: 1em;
  text-align:left }
div.menu { 
  background-color: #fff;
  background-image: url(backnew.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  position: fixed;
  width: 11em; height: auto;
  top: 0em; 
  right: auto; 
  bottom: 0em;  
  left: 0em;
}
p.menu { line-height: 1em; 
}

body {
  position: relative;
  padding: 0 2em 5em 13em;	
  margin: 0 }	
