body { font: 18px/27px 'QuicksandBook', Arial, sans-serif; margin:40px;}

a:link { text-decoration:none; color:white}
a:visited  { text-decoration:none; color:white}
a:hover { text-decoration:underline; color:whit}
a:active { text-decoration:underline; color:white}
a:focus { text-decoration:blink; color:white}

.textbox { padding:6px; margin:0px; }

@font-face {
    font-family: 'QuicksandBook';
    src: url('Quicksand_Book-webfont.eot');
    src: url('Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('Quicksand_Book-webfont.woff') format('woff'),
         url('Quicksand_Book-webfont.ttf') format('truetype'),
         url('Quicksand_Book-webfont.svg#QuicksandLight') format('svg');
    font-weight: normal;
    font-style: normal;

}