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

@font-face {
    font-family: 'BertholdBaskervilleBookRegular';
    src: url('./fonts/berthold_baskerville_book_regular-webfont.eot');
    src: url('./fonts/berthold_baskerville_book_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/berthold_baskerville_book_regular-webfont.woff') format('woff'),
         url('./fonts/berthold_baskerville_book_regular-webfont.ttf') format('truetype'),
         url('./fonts/berthold_baskerville_book_regular-webfont.svg#BertholdBaskervilleBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, h1, h2, h3, h4, h5, h6 { font-family: "BertholdBaskervilleBookRegular", "Hoefler Text", Palatino, "Palatino Linotype", serif; }
h1  {color:#737373; }
h2 { color:#b2b2b2; }

.input { font-family: "BertholdBaskervilleBookRegular", "Hoefler Text", Palatino, "Palatino Linotype", serif; padding:5px; width:250px; margin-bottom:10px; }
.btn { border:none; background:#855798; color:#ffffff; padding:5px; font-family: "BertholdBaskervilleBookRegular", "Hoefler Text", Palatino, "Palatino Linotype", serif; float:right; }

a { color:#855798; }
