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

body{
	text-align:center;
	font-family:"Trebuchet Ms";
	color:#7B7B7B;
}

p{
	width:600px;
	margin:10px auto;
}

ul, li{
	margin:3px auto;
}

h1{
	margin:7px auto;
}

a{
	color:#7B7B7B;
}
