@charset "utf-8";

* { margin:0; padding:0; }

/* website */
body { min-width:960px; background:#fefefe; color:#000; font-family:"Lato", 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size:13px; font-weight:300; border-top:4px solid #000; }
h1 { font-weight:700; }
h1 { font-size:20px; line-height:32px; padding:4px 0; }
a,
a:hover,
a:active, 
a:focus { outline:0; }
a { text-decoration:none; color:#000; border-bottom:#000 dashed 1px; }
a:hover { border:none 0; }
img { border:0; }
.clear { clear:both; line-height:0; font-size:0; width:0; height:0; }

/* content */
.logo { padding:40px; }
.content { width:600px; text-align:center;  margin:300px auto 0; }