a {
  font-family:Verdana,Arial,sans-serif;
  font-size: 11px;
  color: black;
  text-decoration: underline;
}
.post h2 a:hover {
  color: #AABBDD;
}

body {
  font-family:Verdana,Arial,sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
 h2 {
  color:#9A9A9A;
  font-size:20px;
  font-weight:bold;
}
 h2 a {
  color:#9A9A9A;
  font-size:20px;
  font-weight:bold;
}
 h2 a:hover {
  color: #AABBDD;
}
 .postmetadata, small {
  font-style: italic;
}

.headerNavigation {
  text-decoration: none;
}
.boxText ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  list-style-position: inside;
}
.boxText ul li {
  padding: 0px;
  margin: 0px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
