body { }

/* # = my own element */
/* #a a = a tag inside my own element, e.g., <a href */
#a, #a a { font-family: Verdana,Arial,Helvetica; font-size: 11px; font-weight: normal; line-height: 12pt }
#a { float: left; padding-left: 20px; text-indent: -15px; padding-bottom: 0px }
#a { width: 56% }
#a, #a a { color: #222288 }

/* this defines each of the links */
#b, #b a { font-family: Verdana,Arial,Helvetica; font-size: 9px; font-weight: normal; line-height: 12pt }#b { float: left; }
#b { width:6.7% }
#b, #b a { color: #222288 }
#a a:link, #a a:visited, #a a:active { text-decoration: none; background-color: #fff }
#a a:hover { text-decoration: underline; background-color: #dfefff }
