/* $Id: connie.css 392 2007-12-18 22:05:50Z  $ */

body {
  background-color: #E4D6B9;
  background-image: url(background_tile_patterned.jpg);
  background-repeat: repeat-y;
  margin: 0;
}

a:link {color: black;}
a:visited {color: black;}
a:active {background-color: gray; color: #E4D6B9;}
a:hover {background-color: #FED; color: black;}

/* A freestanding quote: */
blockquote.Free {
  text-align: center;
  text-indent: 0;
  width: 20em;
}

/* Booklike paragraph indentation: */
/*
p {margin-bottom: 0.5ex;}

p + p {
  text-indent: 1.5em;
  margin-top: 0.5ex;
}
*/
