/* STYLESHEET chuckthebook */

/* defaults used throughout the page are defined here */
body {
	color: #cccccc; 
	font-family: arial,sans-serif;

	background-color: black

}

/* unvisited link */
a:link {
 
  color: #ffffff;
  padding: 2px 4px;
  text-align: center; 
  text-decoration: none;


}

/* visited link */
a:visited {
 
  color: #cccccc;
  padding: 2px 4px;
  text-align: center; 
  text-decoration: none;

}


/* mouse over link */
a:hover {

  color: #ffff00;
  text-decoration: none;
}

/* selected link */
a:active {

  color: #ffff00;
  text-decoration: none;
}


