/* 
homepage.css

Main style sheet for my personal home page.
*/

body
{
//  background-color: #99CCFF; /* light blue (my site original color) */
  background-color: #CCCCFF;   /* a light lavendar */
}

/* Styles for typical paragraphs */
p
{
  font-size: 110%
}

/* Styles for the document last update info */
p.lastupdate
{
  font-style: italic;
  text-align: center;
}

/* Styles for poems */
p.poem
{
  font-style: italic;
}

/* Styles for byline */
p.byline
{
}

/* Styles for list items for the document */
li
{
  font-size: 110%
}

/* Styles for table entries */
td
{
  font-size: 110%
}

/* Navigation bar styles */
div.navbar
{
  text-align: center;
}


