A:link { color: #0B07AA }
A:visited { color: #0B07AA }
A:active { color: #0B07AA }
A:hover { color: #D40106 }  

<!-- This stylesheet uses pt's for font sizing for demonstration purposes. However, the problem with pt's is that their size is fixed, which means it cannot be changed with a user's browser. They also are extremely small for some Mac's. When using this stylesheet, it is recommended that pt's be replaced with em's (or percentages). For example, 7.8pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em for Mac's. -->

#blankbg {background-image: url(images/spacer.gif); background-repeat: no-repeat} 

td {font-family: arial, geneva, sans-serif; font-size: 9pt; color: #585858}

.white8 {font-family: arial, geneva, sans-serif; font-size: 8pt; color: #ffffff}

.red78 {font-family: arial, geneva, sans-serif; font-size: 7.8pt; color: #9B0000}

.blue78 {font-family: arial, geneva, sans-serif; font-size: 7.8pt; color: #145ACD}

.black78 {font-family: arial, geneva, sans-serif; font-size: 7.8pt; color: #000000}

.grey78 {font-family: arial, geneva, sans-serif; font-size: 7.8pt; color: #A6A6A6}



.section {
  margin:10px 0 10px 0px;
  border: 1px solid #8cacbb;
  background-color: #eff8fd;
}
.section-text {
  font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
  font-size:90%;
  line-height:1.4em;
  padding: 6px 8px 4px 8px;
}
.section-title {
  font-size:100%;
  color:#234;
  font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
  font-weight:normal;
  line-height:1.4em;
  background-color: #dee7ec;
  border-bottom: 1px solid #8cacbb;
  padding: 6px 8px;
  margin: 0px 0%;
  }
#sidebar ul {
  font-color:#336699;
  margin:0 0 0 15px;
  padding:0 0 0 0;
  list-style-type:disc;
  }
#sidebar li {
  margin:0;
  padding:2px 0 2px 0;
  text-align:normal;
  }
#sidebar p {
  font size:95%;
  font-style:normal;
  color:#333;
  line-height:1.8em;
  }
.sidebar-title {
  display: none;
}

.image-container-left {
    float: left;
    width: auto;
    margin: 4px 8px 6px 0px;
    font-size: 0.75em;
    text-align: center;
    }
.image-box {
    border: 1px solid #CCC;
    padding: 3px;
    width: auto;
    }
.caption-box {
    margin: 4px 3px 0px 3px;
    }
.category-title {
  font-size: 12 pt;
  font-family: Tahoma;
  font-weight:bold;
  color:#145ACD;
  line-height:1.4em;
  border-bottom: 1px solid #8145ACD;
  }

.category-subtitle {
  font-weight:bold;
  color:#145ACD;
  }





