@charset "UTF-8";

@import url(base.css);

body { font-family: Helvetica; font-size: 14px; color: #666; text-align: center; background: #eee; }

#page_margins { margin: 100px auto; width: 370px; }

h1 { margin: 6px 0 20px 0; padding: 0 0 14px 0; color: #222; 
border-bottom: 1px solid #ccc; font-size: 36px; font-weight: normal; }

h2 { font-size: 14px; text-transform: uppercase; color: #888; letter-spacing: 3px; }

p { margin: 0 0 10px 0; line-height: 20px; }

a { color: #333; text-decoration: none; }

a:hover { color: #333; text-decoration: underline; }