body {
	margin-top:10px;
	background:#FFFFFF;
	}
img {
	border:0px;
	}
	
/* These styles define link behaviors */
a:link {
	color: black;
	}
a:visited {
	color: red;
	}
a:hover {
	text-decoration:none;
	}
a:active {
	color:white;
	}