@charset "utf-8";
/* CSS Document */
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
	}
	
h1 {
	font-size:40px;
	color:#333;
	font-weight:bold;
	}

a:link, a:visited {
	text-decoration:none;
	color:#999999;
	}
a:hover {
	text-decoration:none;
	color:#036;
	}
a img {
	margin:0 0 -7px 7px;
	}
