body{
	margin:50px;
	background-color:#ffffff;
	font-family: Arial;
	color:red;
}
a{
	color:blue;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#ads{
	margin-top:4em;
	text-align:center;
}