/* CSS Document */

body {

background-color:#000000;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFC8C0;
text-decoration:none;
}

a {
color:#FF9D8F;
}

a:link {
text-decoration:none;
}

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

a:active {
color:#FF9D8F;
}

a:hover {
color:#B1C4DD;
text-decoration:underline;
}

h1 {
color:#006600;
font-size:16px;
font-weight:bold;
}