/* CSS Document */

body { background-color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; }

a:link { text-decoration: none;	color: #999999; }

a:visited { text-decoration: none; color: #999999; }

a:hover { text-decoration: none; color: #FF0000; }

a:active { text-decoration: none; }

.style1 {color: #FFFFFF; font-size: small }

.link2 a:link { text-decoration: none;	color: #000000; }

.link2 a:visited { text-decoration: none; color: #000000; }

.link2 a:hover { text-decoration: none; color: #FF0000; }

.link2 a:active { text-decoration: none; }