
body
{
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	text-align: justify;
}

a:link 
{
	color: rgb(245,0,0);
}
a:visited 
{
	color: rgb(210,0,0);
}
a:active 
{
	color: rgb(200,200,0);
}
a:hover
{
	color: rgb(200,200,0);
}