BODY
{
	background-color: #2A1D5C;
	margin: 0;
}

a:link
{
        color : white;
	text-decoration: none;
}

a:activ
{
	color : black;
	text-decoration: none;
}

a:visited
{
	color : white;
	text-decoration: none;
}

a:hover
{
        color : white;
        text-decoration: underline;
}