@charset "utf-8";
/* typography.css, put type styles here */

/* customizable styles */

body {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    color: #787878;
}

footer {
    font-family: Helvetica, sans-serif;
    font-size: 10px;
    color: #787878;
}

a:hover{
	color: #4d4b4b;

}


/* customize_miscellaneous */ /* customize_miscellaneous */