/* CSS Document */
a:link {color: 000000; text-decoration:none; font-size: 12px; font-weight:bold; font-family:arial;}     /* unvisited link */
a:visited {color: #000000; text-decoration:none; font-size:12px; font-weight: bold; font-family:arial;}  /* visited link */
a:hover {color: #666666; text-decoration:none; font-size:12px; font-weight: bold; font-family:arial;}   /* mouse over link */
a:active {color: #000000; text-decoration:none; font-size:12px; font-weight: bold; font-family:arial;}   /* selected link */
body {color: #000000; font-size: 10; font-color:000000; font-family:arial; background-color: ffffff; background-image: url(images/bgpic.jpg);background-repeat: no-repeat;background-position: right center;}
a:link img {border: #000000;}
a:visited img {border: #000000;}
a:hover img {border: #000000;}
a:active img {border: #000000;}