/* 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}


h1 {font-size: 22px}
h2 {font-size: 18px}
p {color: #cccccc;}

body {color: #cccccc;
background-color: #555555;
background-image:
url('')
}