/* CSS Document */
body {color: black; background-color: #ffffff }
div.text{ background: #ffffff url(panbackground.jpg) no-repeat fixed right top }
div.end{ background: url(endbackground.jpg) no-repeat fixed left top;  height: 80  }
a {color: blue; text-decoration: underline}
a:hover {color: red; text-decoration: none}
a.first{color: #ffffff; text-decoration: none}
a.first:hover{color: #00ffcc; text-decoration: none}
a.last{color: #000000; text-decoration: none}
a.last:hover{color: #000000; text-decoration: underline}
a.red{color: red; text-decoration: none}
a.red:hover{color: red; text-decoration: underline}


