/* site.css: A common stylesheet for all pages in the site. */

/* Everything is in sans-serif, preferably Verdana (which I like) */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
  font-size: 1em;
  scrollbar-base-color: #CCCCFF;
  scrollbar-arrow-color: #0000FF;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

/* Assign font-sizes */
p, td {
  font-size: 100%;
}
h2 { 
  font-size: 200%; font-weight: bold
}
.header {
  font-size: 320%; font-weight: bold
}
.realsmall {
  font-size: 75%;
}
.small {
  font-size: 75%;
}

/* blogroll is used to convert outlines into a hierarchy of links */
blogrollText {
  margin-top: 1em;
  font-weight: bold;
  color: purple;
  border-bottom: solid 1pt;
}
.blogrollLinkedText {
  margin-left: 1em;
}
.blogrollLinkedText a {
  color: black;
  text-decoration: none;
}
.blogrollLinkedText a:hover {
  background-color: yellow;
}

/* Control of how a single item (post) looks */
.itemBox {
}
.itemTitle, .itemTitle a,  .itemDate {
  color: white;
  text-decoration: none;
}
.itemText, .itemText p {
  text-align: justify;
  line-height: 150%;
  letter-spacing: 150%;
}
.itemComments, .itemComments a {
  font-size: 80%;
  text-decoration: none;
  color: white;
}

