/* CSS Document */


body {
background-color: black;
color: yellow;
font-family: sans-serif;
font-size: x-large;
}
a:link {
color: #00FFFF;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a:visited{
color:#9900FF;
}

