﻿body {
	background-color:white;
	margin:0 0 0 0;
}

a:link {
	color:white;
	text-decoration:underline;
}

a:active {
	color:white;
	text-decoration:underline;
}

a:hover {
	color:#FF0000;
	text-decoration:none;
}

a:visited {
	color:white;
	text-decoration:underline;
}