body {
	//background-image: url(img/woody3.jpg);
	//background-attachment: fixed;
	background-color: transparent;
	font-family: Verdana;
	font-size: 10px;
    color: white;
    padding: 4px 12px;
}

p {
    margin: 8px auto;
}

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

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


