body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

body {
	background-color: #fff;
	color: #444;
	font-size: 84%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
}

a {
text-decoration:none;
	color: #FFFF00;
}

a:hover {
	color: #446378;
	text-decoration: none;
}


