@charset "utf-8";
/* CSS Document */

a {
color: #345;
text-decoration: none;
*border-bottom: 1px dotted #ccc;
*zoom: 1;
}
a:hover {
border-bottom: 1px dotted #345;
}
body {
margin: 0 auto;
background-color: #ccc;
font: normal 10px Verdana, Arial, sans-serif;
color: #678;
}
.copy {
font-weight: bold;
}
h1 {
display: none;
}
.wrapper {
margin: 10px auto;
text-align: center;
}