/* CSS Document */
/* This is a styling sheet for the left bar of the website*/

/* Format the links */
a:link { color: #000000  }
a:visited { color: #000000 }
a:hover { color: #990033 }
a { text-decoration:none }

/* Format the text */
h3 { font-family:tahoma; font-size:small; text-align:left }
