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

#wrapper {
	width:800px;
	margin:auto;
}

h1 {
    color:#065D8F;
    text-decoration:none;
}

h1:hover {
    text-decoration:underline;
}
