/* CSS Document */
A.cneLink { 
    text-decoration: none;
}

A:link.cneLink { 
    text-decoration: none;
}

A:active.noUnderline { 
    text-decoration: none;
}

A:visited.noUnderline { 
    text-decoration: none;
}

A:hover.noUnderline { 
    text-decoration: none;
    background-color: #ffffcc;
    color: #000000;
}
body {
  background-color: #ffffcc;
  width: 760px;
  }

.typeWriter {
  font-family: "Courier New";
  font-size: 10pt;
  }
.goTopSide {
  text-align: left;
  font-size: 0.7em;
  }
.goTopSide img {
  border: 0 !important;
  margin-top: 0;
  }
.goTopSide a {
  color: #a52a2a;
  text-decoration: none;
  border: 0;
  }
.goTopSide a:hover { 
	text-decoration: none;
  background-color: #a52a2a;
	color: #ffffff;
	}
  
  .nBR {
  white-space: nowrap;
  }
