@charset "utf-8";
/* CSS Document */
h1{
	font-family:'Trebuchet MS';
	text-align:center;
	font-size:40px;
	}
h2{
	font-family:'Trebuchet MS';
	text-align:center;
	color:#666666;
	}
h3{
	font-family:'Trebuchet MS';
	text-align:center;
	color:#666666;
	}
div{
	color:#333333;
	font-family:'Trebuchet MS';
	font-size:12px;
	font-weight:bold;
	}
a,span{
	color:#333333;
	font-family:'Trebuchet MS';
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
a:hover{
	color:#999999;
	}
