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

body {
background: #ccc;
color: #444;
}
#main {
margin: 0 auto;
width: 700px;
text-align: center;
}
h1 {
font-family: 'Josefin Sans Std Light', arial, serif;
font-size: 150px;
}
a {
font-family: 'Josefin Sans Std Light', arial, serif;
font-size: 40px;
color: #444;
text-decoration: none;
}
a:hover {
color: #888;
}
