@charset "UTF-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}

a:active, a:focus{
	outline:0;	
}

body{
		text-align:center;
	
}

#canvas{
	width:1000px;
	margin:0 auto;
	background-color:#fff;
}

p a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000;
	text-align:center;
}

p a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#999;
	width:1000px;
	}


