/* CSS Document */

a:link {color: #FF0000; text-decoration: none}
a:visited {color: #00FF00; text-decoration: none}
a:hover {color: #FF00FF; text-decoration: underline}
a:active {color: #0000FF}

li {list-style-type: disc; color: #cccccc;}

h1 {font-size: 22px}
h2 {font-size: 18px}
h3 {font-size: 14px}
p {color: #cccccc;}
body {color: #cccccc;}