
body {
	margin: 20px;
	background: #434761;
	font-size: 14px;
	color: #8494a3;
}

a:link { text-decoration:none; color:#3ecb44; }
a:hover { text-decoration:none; font-weight:bold; }


@font-face {
    font-family:quicksand;
    src: url(pagestuff/fonts/Quicksand_Book.eot); /* EOT file for IE */
}

@font-face {
    font-family:quicksand;
    src: url(pagestuff/fonts/Quicksand_Book.ttf); /* TTF file for CSS3 browsers */
}


#change{
    font-family:quicksand;
}