html,body {
	color: white;
	background: black;
	padding: 0;
	height:100%;
	width:100%;
	margin:auto;
}

A:link 	{
	text-decoration: none; color: white;
}
A:visited {
	text-decoration: none; color: white;
}
A:active {
	text-decoration: none; color: a00000;
}
A:hover	{
	text-decoration: underline; color: a00000;
}








