/* CSS Document */

body	{
background-color: black;
color: white;
font-family: verdana;
}


a:link{
color: #DCDCDC;
}

a:visited{
color:#5E5E5E
}

a:hover{
color:#EE7621;
}

