/* 
homeportal.css

Main style sheet for my personal home page.
*/

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

/* Banner styles (name and epithets) */
div.banner
{
  margin: 15px;
}

/* Midpage styles (the picture and list of contents */
div.midpage
{
  margin-top: 25px;
  margin-bottom: 25px;
}

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

/* Styles for hit counter */
div.hitcounter
{
  text-align: center;
}

/* Header styles */
h1
{
  text-align: center;
}

/* List item styles */
li
{
  font-size: 110%;
}

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

/* Styles for epithet paragraphs */
p.epithet
{
  font-style: italic;
  text-align: center;
}

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

/* Styles for comment solicitation paragraph */
p.commentlink
{
  text-align: center;
}

/* Styles for comment solicitation links */
a.commentlink
{
  font-style: italic;
}

/* Styles for my picture */
img.mypic
{
  float: right;
}

/* Styles for hit counter */
img.hitcounter
{
  border-width: 0px;
}

/* Styles for web counter logo */
img.wclogo
{
  vertical-align: middle;
  border-width: 1px;
}
